File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Then you can include the main file inside your project:
74
74
// ---------
75
75
76
76
// Concise Core
77
- @import " [ concise.css] " ;
77
+ @import " ~ concise.css" ;
78
78
```
79
79
80
80
### Copy the source files
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " concise.css" ,
3
+ "version" : " 4.1.2" ,
4
+ "description" : " A lightweight front-end framework that provides functionality without the bloat." ,
5
+ "main" : " concise.scss" ,
6
+ "postProcessor" : " diamond.js"
7
+ }
Original file line number Diff line number Diff line change 43
43
"build:dev" : " jake default" ,
44
44
"stats" : " stylestats dist/concise.css" ,
45
45
"stats:min" : " stylestats dist/concise.min.css"
46
- },
47
- "diamond" : {
48
- "main" : " concise.scss" ,
49
- "postCompile" : " diamond.js"
50
46
}
51
47
}
You can’t perform that action at this time.
0 commit comments