https://github.com/sircus/components-demo
https://github.com/sircus/components-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sircus/components-demo
- Owner: sircus
- Created: 2015-06-06T18:27:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-27T12:09:09.000Z (almost 11 years ago)
- Last Synced: 2025-04-09T09:05:49.592Z (about 1 year ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-components-demo
[](https://www.npmjs.com/package/sircus-components-demo)
[](https://travis-ci.org/sircus/components-demo)
http://sircus.github.io/components-demo
## Installation
> use npm:
```bash
$ npm install sircus-components-demo
```
## Usage
> use cssnext:
input.css
```css
@import "sircus-components-demo"
```
> use sass:
input.scss
```css
@import "node_modules/sircus-components-demo/converted"
```
> html
```html
sircus: ModuleClassName
sircus-ModuleClassName
.ModuleClassName
Comment
fixture
```
## Browser support
* IE9+
## Contributing
We Need Your Help!
---
Inspired by [suitcss](https://github.com/suitcss)@[suitcss-components-test](https://github.com/suitcss/components-test)
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.