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

Fix @import css transformation (fixes #3254) #3255

Merged
merged 1 commit into from
Jul 5, 2018
Merged

Fix @import css transformation (fixes #3254) #3255

merged 1 commit into from
Jul 5, 2018

Conversation

MartinKolarik
Copy link
Member

Description:

@import statement doesn't end with } so a selector directly following it wouldn't be transformed. I added a special character at the end to mark the beginning of the following selector. The special character gets removed at the end of transformation.

Fixes the following issues:

#3254

Is breaking:

No.

@evs-chris evs-chris self-requested a review July 5, 2018 16:52
Copy link
Contributor

@evs-chris evs-chris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@MartinKolarik MartinKolarik merged commit 01a3a6c into dev Jul 5, 2018
@MartinKolarik MartinKolarik deleted the gh-3254 branch July 5, 2018 16:54
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

Successfully merging this pull request may close these issues.

2 participants