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

Fixing a bug where @import CSS files were not put through the autoprexer #108

Merged
merged 1 commit into from
Jul 25, 2017

Conversation

weaverryan
Copy link
Member

Fixes #98

By default, when you use @import, loaders are not applied. This fixes that: using the postcss-loader when it's used. The functional test proves the fix.

@weaverryan weaverryan mentioned this pull request Jul 21, 2017
@weaverryan weaverryan merged commit 35c7e6d into symfony:master Jul 25, 2017
weaverryan added a commit that referenced this pull request Jul 25, 2017
…e autoprexer (weaverryan)

This PR was merged into the master branch.

Discussion
----------

Fixing a bug where @import CSS files were not put through the autoprexer

Fixes #98

By default, when you use `@import`, loaders are not applied. This fixes that: using the postcss-loader when it's used. The functional test proves the fix.

Commits
-------

35c7e6d Fixing a bug where @import CSS files were not put through the autoprefixer
@weaverryan weaverryan deleted the fix-import-postcss branch July 25, 2017 00:34
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.

autoprefixer in css
1 participant