CSS Only Components for Pure CSS.
NOTE: This is an independent project, and is not directly associated with Pure CSS.
yarn add purecss-components
or
npm i purecss-components -S
You can view the demo/man pages here Pure.CSS Components Demo.
git clone https://github.com/joe-crick/pure-css-components.git
Once you've cloned the repo, install dependencies
yarn
or
npm i
To compile the CSS, run:
npm run build
The compiled, minified CSS will be located in the dist
folder.
- LESS - The CSS pre-processor used - though the LESS is pretty generic, and can easily be converted to SASS, or CSS
- The inimitable Ryan Wilson