mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 15:36:36 +02:00
Compress CSS output
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
||||
dist: {
|
||||
options: {
|
||||
cleancss: true,
|
||||
compress: true,
|
||||
ieCompat: true
|
||||
},
|
||||
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{
|
||||
counter-reset: chapter;
|
||||
font-size: 24px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user