@ -1,11 +1,21 @@ |
|||||
# cssMaterialColors |
# cssMaterialColors |
||||
|
|
||||
## Install |
|
||||
|
## Install with npm |
||||
|
``` |
||||
|
npm install --save cssMaterialColors |
||||
|
``` |
||||
|
|
||||
|
Add to the index.html: |
||||
|
```html |
||||
|
<link href="node_modules/cssMaterialColors/colors.css" rel="stylesheet"> |
||||
|
``` |
||||
|
|
||||
|
## Install with bower |
||||
``` |
``` |
||||
bower install --save cssMaterialColors |
bower install --save cssMaterialColors |
||||
``` |
``` |
||||
|
|
||||
Add to the index.html: |
Add to the index.html: |
||||
```html |
```html |
||||
<link href="bower_components/cssMaterialColors/colors.min.css" rel="stylesheet"> |
|
||||
|
<link href="bower_components/cssMaterialColors/colors.css" rel="stylesheet"> |
||||
``` |
``` |
@ -0,0 +1,25 @@ |
|||||
|
{ |
||||
|
"name": "cssmaterialcolors", |
||||
|
"version": "1.0.0", |
||||
|
"description": "## Install ``` bower install --save cssMaterialColors ```", |
||||
|
"main": "colors.css", |
||||
|
"scripts": { |
||||
|
"test": "echo \"Error: no test specified\" && exit 1" |
||||
|
}, |
||||
|
"repository": { |
||||
|
"type": "git", |
||||
|
"url": "git+https://github.com/arnaucode/cssMaterialColors.git" |
||||
|
}, |
||||
|
"keywords": [ |
||||
|
"css", |
||||
|
"material", |
||||
|
"colors", |
||||
|
"cssmaterialcolors" |
||||
|
], |
||||
|
"author": "arnaucode", |
||||
|
"license": "MIT", |
||||
|
"bugs": { |
||||
|
"url": "https://github.com/arnaucode/cssMaterialColors/issues" |
||||
|
}, |
||||
|
"homepage": "https://github.com/arnaucode/cssMaterialColors#readme" |
||||
|
} |