Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joe-crick/pure-css-components
CSS Only Components for Pure CSS
https://github.com/joe-crick/pure-css-components
css responsive-css
Last synced: 3 days ago
JSON representation
CSS Only Components for Pure CSS
- Host: GitHub
- URL: https://github.com/joe-crick/pure-css-components
- Owner: joe-crick
- Created: 2017-02-21T07:12:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T15:51:40.000Z (over 7 years ago)
- Last Synced: 2024-10-31T10:37:33.550Z (14 days ago)
- Topics: css, responsive-css
- Language: HTML
- Homepage:
- Size: 834 KB
- Stars: 67
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Pure CSS Components
==================[![Greenkeeper badge](https://badges.greenkeeper.io/joe-crick/pure-css-components.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/joe-crick/pure-css-components.svg?branch=master)](https://travis-ci.org/joe-crick/pure-css-components)
[![GitHub license](https://img.shields.io/github/license/Day8/re-frame.svg)](license.txt)
![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)
![Current Version](https://img.shields.io/badge/version-0.0.12-green.svg)![Pure Components](https://github.com/joe-crick/pure-css-components/blob/master/static/pure-css-components.png)
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)