campfire-background-colors
v1.0.4
Published
campfire.css CSS module for styling elements
Downloads
1
Maintainers
Readme
campfire-background-colors
campfire.css CSS module for styling elements
Installation
With npm
npm install --save-dev campfire-background-colors
With Git
http:
git clone https://github.com/campfire-css/campfire-background-colors
ssh:
git clone [email protected]:campfire-css/campfire-background-colors.git
Usage
Using with PostCSS
Import the css module
@import "campfire-background-colors";
Build the CSS
$ npm install
$ npm start
The CSS
/*
campfire.css
BACKGROUND COLORS
https://github.com/campfire-css/campfire-background-colors
Base:
bg- = background color
hover- = hover color
*/
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Authors
License
ISC