purecss-components
v0.0.12
Published
Pure.CSS Components is a responsive lib of CSS Only components built to work with Pure.CSS
Downloads
42
Maintainers
Readme
Pure CSS Components

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