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

[BUGFIX] Parsing CSS declaration blocks #261

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Conversation

oliverklee
Copy link
Contributor

Revert to splitting declaration blocks using a regex.
Split on ; except when it is followed by charset or base64.
Make the validation of property/value pairs and surrounding white space more
robust.

Fixes #258

Revert to splitting declaration blocks using a regex.
Split on ; except when it is followed by charset or base64.
Make the validation of property/value pairs and surrounding white space more
robust.

Fixes #258
@oliverklee oliverklee force-pushed the bugfix/css-declarations branch from 19112b6 to 324006f Compare October 13, 2015 14:36
@oliverklee oliverklee self-assigned this Oct 13, 2015
@oliverklee oliverklee added the bug label Oct 13, 2015
@oliverklee oliverklee added this to the 1.0.0 milestone Oct 13, 2015
oliverklee added a commit that referenced this pull request Oct 13, 2015
[BUGFIX] Parsing CSS declaration blocks
@oliverklee oliverklee merged commit ba15924 into master Oct 13, 2015
@oliverklee oliverklee deleted the bugfix/css-declarations branch October 13, 2015 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants