0.2.1 • Published 6 years ago
tiny-less v0.2.1
tiny-less
tiny-less is a project which combine simplicity of less and css flexibility. Created styles may help you to create clean and nice-looking web layouts.
Assumptions
- Should be lightweight
- Must be easy to learn and understand
- Should be ergonomic
What do you need before start?
- Node.js > 10.x.x
- Internet access
Just develop
At the beginig you have to run:
npm installDependencies should be installed.
Build
If you installed dependencies, you are able to compile sources with:
npm run buildReady to use. Directory dist and file tiny.less should be created.
Build tiny.min.css
To create tiny.min.css file, please run:
npm run build-cleancssDynamic compilation
In case when you would like to start development and get your changes in tiny.css just in time, please run:
npm run start