Tailwind CSS alternative for custom websites and creative coding
npm install @mlut/core
The mlut core contains:
- Sass tools
- CSS library
- JIT engine
````
npm i -D @mlut/core sass-embedded
When using this package, you will need to install Sass separately. We recommend sass-embedded, but regular sass is also suitable.
This allows you to control the versions of all your dependencies, and to choose which Sass implementation to use.