Skip to content

Commit e31baf3

Browse files
HackzzilaJames Kolce
authored and
James Kolce
committed
update diamond files
1 parent ea119d6 commit e31baf3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Then you can include the main file inside your project:
7474
// ---------
7575

7676
// Concise Core
77-
@import "[concise.css]";
77+
@import "~concise.css";
7878
```
7979

8080
### Copy the source files

diamond.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,5 @@
4343
"build:dev": "jake default",
4444
"stats": "stylestats dist/concise.css",
4545
"stats:min": "stylestats dist/concise.min.css"
46-
},
47-
"diamond": {
48-
"main": "concise.scss",
49-
"postCompile": "diamond.js"
5046
}
5147
}

0 commit comments

Comments
 (0)