@nikoloza/scratch-all
v0.7.1
Published
[](https://gitter.im/scratch-css/all) [](https://www.npmjs.com/package/@nikoloza/scratch-all)
Downloads
93
Readme
All Scratch modules together
Joining all Scratch modules and packing as a single one. It includes all of those:
- @scratch-css/reset - Scratch reset
- @scratch-css/scratch - Main Library
- @scratch-css/grid - Grid system
- @scratch-css/ui - UIkit
- @scratch-css/helpers - Helpers
- @scratch-css/animations - Animations
To know more about Scratch and its modules you can read here.
Setup:
npm install @scratch-css/all --saveYou need to import it in your CSS file:
@import '@scratch-css/scratch';Or, import from node_modules path:
@import '@scratch-css/scratch/index.css';Try:
Try to add this snippet in your CSS just to check if it works:
body { background-color: var(--success) !important; }Background must be green, is not it?
