purecss-components
Version:
Pure.CSS Components is a responsive lib of CSS Only components built to work with Pure.CSS
71 lines (44 loc) • 1.61 kB
Markdown
Pure CSS Components
==================
[](https://greenkeeper.io/)
[](https://travis-ci.org/joe-crick/pure-css-components)
[](license.txt)



CSS Only Components for [Pure CSS](http://purecss.io).
NOTE: This is an independent project, and is not directly associated with Pure CSS.
### Install from NPM
```js
yarn add purecss-components
```
or
```js
npm i purecss-components -S
```
## Get Started
You can view the demo/man pages here [Pure.CSS Components Demo](https://joe-crick.github.io/pure-css-components/).
## Building
### Get Source
```
git clone https://github.com/joe-crick/pure-css-components.git
```
### Installing
Once you've cloned the repo, install dependencies
```
yarn
```
or
```
npm i
```
### Compile
To compile the CSS, run:
```js
npm run build
```
The compiled, minified CSS will be located in the `dist` folder.
## Built With
* [LESS](http://lesscss.org/) - 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](http://github.com/ryangwilson)