https://github.com/sircus/components-alert
Deprecated
https://github.com/sircus/components-alert
Last synced: about 1 year ago
JSON representation
Deprecated
- Host: GitHub
- URL: https://github.com/sircus/components-alert
- Owner: sircus
- Created: 2015-05-03T10:57:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T18:00:32.000Z (almost 11 years ago)
- Last Synced: 2025-03-17T04:47:34.753Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sircus-components-alert
[](https://www.npmjs.com/package/sircus-components-alert)
## Dependencies
- [sircus-global-property](https://github.com/sircus/global-property)
## Installation
> npm:
```bash
$ npm install sircus-components-alert sircus-global-property
```
## Usage
> cssnext:
input.css
```css
@import "sircus-components-alert";
@import "sircus-global-property";
```
> sass:
input.scss
```scss
@import "./node_modules/sircus-global-property/converted";
@import "./node_modules/sircus-components-alert/converted";
```
> html
```html
...
...
...
...
...
```
## Contributing
We Need Your Help!
## License
Released under the [MIT](https://github.com/sircus/license/blob/master/LICENSE) license.