mirror of
https://github.com/kristoferjoseph/flexboxgrid.git
synced 2026-01-24 23:16:48 +00:00
Adds post process build step
This commit is contained in:
1070
flexboxgrid.css
1070
flexboxgrid.css
File diff suppressed because it is too large
Load Diff
1
flexboxgrid.min.css
vendored
Normal file
1
flexboxgrid.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
11
package.json
11
package.json
@@ -8,7 +8,9 @@
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"css": "cssnext --no-rem css/flexboxgrid.css > flexboxgrid.css",
|
||||
"sass": "node-sass sass/flexboxgrid.scss flexboxgrid.css",
|
||||
"less": "lessc less/flexboxgrid.less flexboxgrid.css"
|
||||
"less": "lessc less/flexboxgrid.less flexboxgrid.css",
|
||||
"post": "postcss --use autoprefixer --use css-mqpacker -o flexboxgrid.css flexboxgrid.css",
|
||||
"min": "postcss --use csswring -o flexboxgrid.min.css flexboxgrid.css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -27,7 +29,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/kristoferjoseph/flexboxgrid",
|
||||
"devDependencies": {
|
||||
"cssnext": "^1.4.0",
|
||||
"node-sass": "^3.1.2"
|
||||
"autoprefixer": "^5.1.1",
|
||||
"cssnext": "^1.5.1",
|
||||
"csswring": "^3.0.5",
|
||||
"node-sass": "^3.1.2",
|
||||
"postcss-cli": "^1.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user