File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " css-functions" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " JS functions to build CSS functions" ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " npm run test"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+ssh://git@github.com/jsstyles/css-functions.git"
12+ },
13+ "keywords" : [
14+ " css" ,
15+ " functions" ,
16+ " jss" ,
17+ " css" ,
18+ " in" ,
19+ " js" ,
20+ " jsstyles"
21+ ],
22+ "author" : {
23+ "name" : " Oleg Slobodskoi" ,
24+ "email" : " oleg008@gmail.com"
25+ },
26+ "license" : " MIT" ,
27+ "bugs" : {
28+ "url" : " https://github.com/jsstyles/css-functions/issues"
29+ },
30+ "homepage" : " https://github.com/jsstyles/css-functions#readme"
31+ }
Original file line number Diff line number Diff line change 1+ ## JS functions to build CSS functions
2+
3+ ``` javascript
4+ rgba (255 , 255 , 255 , 0.5 )
5+ ```
6+
7+ ``` css
8+ rgba(255, 255, 255, 0.5 )
9+ ```
You can’t perform that action at this time.
0 commit comments