Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minify without the last ";" of the class properties values #1

Open
noloop opened this issue Aug 4, 2020 · 0 comments
Open

Minify without the last ";" of the class properties values #1

noloop opened this issue Aug 4, 2020 · 0 comments

Comments

@noloop
Copy link
Owner

noloop commented Aug 4, 2020

Example:

Instead it:

body{padding:1em;margin:0 auto;max-width:33em;}@media (min-width:70em){body{font-size:130%;}}h1{font-size:1.5em;}

Minify thus:

body{padding:1em;margin:0 auto;max-width:33em}@media (min-width:70em){body{font-size:130%}}h1{font-size:1.5em}
@noloop noloop changed the title Remove the last ";" of the class properties values Minify without the last ";" of the class properties values Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant