https://github.com/sircus/elements
Deprecated
https://github.com/sircus/elements
Last synced: about 1 year ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/elements
- Owner: sircus
- Created: 2015-06-16T18:04:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T07:52:48.000Z (over 10 years ago)
- Last Synced: 2025-04-13T09:12:17.500Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-elements
[](https://www.npmjs.com/package/sircus-elements)
## Install
> npm:
```bash
$ npm install sircus-elements sircus-variables
```
## Usage
> cssnext:
input.css
```css
@import "sircus-elements";
@import "sircus-variables";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-variables/converted";
@import "./node_modules/sircus-elements/converted";
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.