Skip to content

Commit b4fbadb

Browse files
committedFeb 28, 2020
Fix kss parameters
1 parent 86f2379 commit b4fbadb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎kss.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"source": "src/styl",
2+
"base": "./",
3+
"source": "src/styl/**/*",
34
"destination": "dist",
45
"//": "The css and js paths are URLs relative to the style guide destination.",
56
"css": [
@@ -10,8 +11,8 @@
1011
],
1112
"title": "Colette Style Guide",
1213
"verbose": false,
13-
"homepage": "../../README.md",
14-
"builder": "colette-kss-builder",
14+
"homepage": "README.md",
15+
"builder": "node_modules/colette-kss-builder",
1516
"extend": [
1617
"src/twig/filters"
1718
]

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-react": "^7.16.0",
3939
"html-webpack-plugin": "^3.2.0",
4040
"jsdoc": "^3.6.2",
41-
"kss": "^3.0.0-beta.25",
41+
"kss": "^3.0.0",
4242
"kss-webpack-plugin": "^1.5.0",
4343
"mini-css-extract-plugin": "^0.9.0",
4444
"postcss-custom-properties": "github:ryuran/postcss-custom-properties#build",

0 commit comments

Comments
 (0)
Please sign in to comment.