mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 00:03:58 +02:00
Compress CSS output
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
|||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
cleancss: true,
|
cleancss: true,
|
||||||
|
compress: true,
|
||||||
ieCompat: true
|
ieCompat: true
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
|
356
css/all.css
356
css/all.css
File diff suppressed because one or more lines are too long
@@ -16,7 +16,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
counter-reset: chapter;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user