CSS Only Components for Pure CSS.
NOTE: This is an independent project, and is not directly associated with Pure CSS.
<link rel="stylesheet"
href="https://unpkg.com/purecss-components@0.0.10/dist/pure-components.css"
integrity="sha384-cCdXaMBDgc3krh5mlTnFgdTnizVUd2Ucy9HGShQMoYOc/4NgP4b7CBOdF23VxIy3"
crossorigin="anonymous">
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