1.0.2 • Published 1 year ago
carnival-style-library v1.0.2
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
Install the library via npm:
npm install carnival-style-libraryEnsure Tailwind CSS is set up in your project. If you haven’t configured Tailwind yet, follow the Tailwind CSS installation guide.
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 installScripts
- Start development mode (watch for changes):
npm run start - Build for production:
npm run build