0.3.3 • Published 5 years ago
tamarillo v0.3.3
tamarillo
tamarillo is a project which combine simplicity of less and css flexibility. Created styles may help you to create clean and nice-looking web layouts.
Quick install
npm install --save tamarilloAssumptions
- Should be lightweight
- Must be easy to learn and understand
- Should be ergonomic
What do you need before start?
- Node.js > 14.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 tamarillo.less should be created.
Build tamarillo.min.css
To create tamarillo.min.css file, please run:
npm run build-cleancssDynamic compilation
In case when you would like to start development and get your changes in tamarillo.css just in time, please run:
npm run start