File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "source" : " src/styl" ,
2
+ "base" : " ./" ,
3
+ "source" : " src/styl/**/*" ,
3
4
"destination" : " dist" ,
4
5
"//" : " The css and js paths are URLs relative to the style guide destination." ,
5
6
"css" : [
10
11
],
11
12
"title" : " Colette Style Guide" ,
12
13
"verbose" : false ,
13
- "homepage" : " ../../ README.md" ,
14
- "builder" : " colette-kss-builder" ,
14
+ "homepage" : " README.md" ,
15
+ "builder" : " node_modules/ colette-kss-builder" ,
15
16
"extend" : [
16
17
" src/twig/filters"
17
18
]
Original file line number Diff line number Diff line change 38
38
"eslint-plugin-react" : " ^7.16.0" ,
39
39
"html-webpack-plugin" : " ^3.2.0" ,
40
40
"jsdoc" : " ^3.6.2" ,
41
- "kss" : " ^3.0.0-beta.25 " ,
41
+ "kss" : " ^3.0.0" ,
42
42
"kss-webpack-plugin" : " ^1.5.0" ,
43
43
"mini-css-extract-plugin" : " ^0.9.0" ,
44
44
"postcss-custom-properties" : " github:ryuran/postcss-custom-properties#build" ,
You can’t perform that action at this time.
0 commit comments