1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00

read cleancss options from .cleancssrc file

This commit is contained in:
s2
2018-05-08 17:54:29 +02:00
parent 23254ba464
commit 39c7e6ee86
2 changed files with 25 additions and 9 deletions

8
.cleancssrc Normal file
View File

@@ -0,0 +1,8 @@
{
"level": {
"1": {
"specialComments": false,
"rebase": false
}
}
}