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

Adding support for multiple css entry files #41

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jeffpreussner
Copy link

Currently the plugin combines media queries together across multiple files. Styles from file-a.css are combined with styles from file-b.css where file-b-desktop.css would have both files breakpoints which is not ideal when loading css dynamically. I have added name to the media object to prevent this.

adding support for multiple entries.
@SassNinja
Copy link
Owner

@jeffpreussner thanks for your contribution

However there are many changes in this PR which are not related to the actual change. Please revert that and don't change the format.

@jeffpreussner
Copy link
Author

@SassNinja all set.

@jeffpreussner
Copy link
Author

@jeffpreussner thanks for your contribution

However there are many changes in this PR which are not related to the actual change. Please revert that and don't change the format.

@SassNinja anything else need to be done here?

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