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

In CSS spaces between closing brackets and dots are removed. #7

Open
dazzle1979 opened this issue Sep 4, 2014 · 2 comments
Open

In CSS spaces between closing brackets and dots are removed. #7

dazzle1979 opened this issue Sep 4, 2014 · 2 comments

Comments

@dazzle1979
Copy link

Using JSMin I noticed my styling is incorrect. This is caused because spaces are deleted between closing brackets and dots.

The following line:

ganntContainer[data-cellperiod="week"] .mainLeft { top: 158px; }

is transformed to:

ganntContainer[data-cellperiod="week"].mainLeft{ top: 158px; }

@dazzle1979 dazzle1979 changed the title In CSS spaces between bracket and dot are removed. In CSS spaces between closing brackets and dots are removed. Sep 4, 2014
@lmajano
Copy link
Member

lmajano commented Sep 4, 2014

thanks, I will try to add this to our parser

@dazzle1979
Copy link
Author

Thanks Luis. Any idea of when this will be added?

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

2 participants