1.0.2 • Published 1 year ago

carnival-style-library v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Carnival Style Library

This is a custom style library built with Tailwind CSS for consistent and scalable styling. It includes predefined classes, custom fonts, and color schemes tailored to fit your design needs.

Installation

  1. Install the library via npm:

    npm install carnival-style-library
  2. Ensure Tailwind CSS is set up in your project. If you haven’t configured Tailwind yet, follow the Tailwind CSS installation guide.

  3. Import the library’s CSS file into your project:

    @import 'carnival-style-library/dist/styles.css';

Development

Setup

Clone the repository and install dependencies:

git clone https://github.com/your-repo/carnival-style-library.git
cd carnival-style-library
npm install

Scripts

  • Start development mode (watch for changes):
    npm run start
  • Build for production:
    npm run build
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago