anselmh / HTML5-DPS-Boilerplate

This is a HTML5-Boilerplate to use within Adobe Digital Publishing-Suite or other Frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minify css

johanneseckert opened this issue · comments

can we minify the reset css even more?
remove line breaks?

I want make the file more readable and easy to understand.

—Johannes

Yes. This is the first commit. We can drop the last semi-colons of every value and we can remove some (not all) line-breaks. Why some not? To have better readability.

I will do this next days or if you want, commit and pull-request + merge it. :)

do you want me to do some git acrobats?
i can only pull and push again, should I branch and merge? never did that.

Then it's time to learn that! :)

No, of course you can just pull and push but it is safer to do a branch and then merge.