We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To support device specific build, such as case described in buildingfirefoxos/Building-Blocks#36
I'd like to have the capability to pass option such as: {exclude: 'legacy'} to filter import files that come with -legacy postfix.
{exclude: 'legacy'}
-legacy
Thus I could improve load time for my packaged webapp via not include unnecessary CSS file.
How do you think?
The text was updated successfully, but these errors were encountered:
The diff https://github.com/shamenchens/provecss/blob/ImportOptions/import.js#L70-78
Sorry, something went wrong.
Provide a pull request and I'll consider it!
No branches or pull requests
To support device specific build, such as case described in buildingfirefoxos/Building-Blocks#36
I'd like to have the capability to pass option such as:
{exclude: 'legacy'}
to filter import files that come with-legacy
postfix.Thus I could improve load time for my packaged webapp via not include unnecessary CSS file.
How do you think?
The text was updated successfully, but these errors were encountered: