mirror of
https://github.com/kognise/water.css.git
synced 2025-08-16 01:54:50 +02:00
Merge branch 'master' into blockquotes
This commit is contained in:
@@ -78,7 +78,7 @@ Do you want to make your own theme different from the light or dark themes? Sinc
|
|||||||
|
|
||||||
Wanna quickly try out theming without installing anything or just explore our build environment?
|
Wanna quickly try out theming without installing anything or just explore our build environment?
|
||||||
|
|
||||||
[](https://repl.it/@Kognise/watercss-node?ref=button)
|
[](https://repl.it/github/https://github.com/amasad/water.css?lang=nodejs&ref=button)
|
||||||
|
|
||||||
### Based on an existing theme
|
### Based on an existing theme
|
||||||
|
|
||||||
@@ -124,4 +124,5 @@ You can also only import parts you want, but this is not recommended. See the `s
|
|||||||
|
|
||||||
- [Blockquotes](https://github.com/kognise/water.css/issues/13)
|
- [Blockquotes](https://github.com/kognise/water.css/issues/13)
|
||||||
- Add a screenshot
|
- Add a screenshot
|
||||||
- Jekyll theme
|
- [Jekyll theme](https://github.com/kognise/water.css/issues/18)
|
||||||
|
- [Radio buttons](https://github.com/kognise/water.css/issues/22)
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node-sass src/ --output dist/ --output-style compressed",
|
"build": "node-sass src/ --output dist/ --output-style compressed",
|
||||||
"dev": "node dev.js"
|
"dev": "node index.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user