imagine-framework
v1.0.0
Published
A minimalist utility-first CSS framework like Tailwind
Maintainers
Readme
Imagine Framework
A minimalist utility-first CSS framework inspired by Tailwind CSS. Imagine Framework provides a set of utility classes to help you build modern, responsive web applications quickly and efficiently.
Features
- 🎨 Utility-first approach
- 📱 Responsive design utilities
- 🚀 Lightweight and fast
- 🛠️ Easy to customize
- 🔧 Built with PostCSS
Installation
npm install imagine-frameworkUsage
Add the CSS file to your HTML:
<link rel="stylesheet" href="node_modules/imagine-framework/dist/imagine.min.css">Or import it in your CSS:
@import 'imagine-framework/dist/imagine.min.css';Development
- Clone the repository:
git clone https://github.com/yourusername/imagine-framework.git
cd imagine-framework- Install dependencies:
npm install- Build the framework:
npm run buildScripts
npm run build- Builds the framework and outputs todist/imagine.min.cssnpm run jit- Runs the Just-In-Time compiler
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Vipin Kumar Yadav [email protected]
