Skip to content

Commit 3b0a004

Browse files
committed
first commit
cssinjs/jss#226
0 parents  commit 3b0a004

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
```

0 commit comments

Comments
 (0)