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

Idea: ability to pre-parse CSS at build time #34

Open
developit opened this issue Jan 19, 2017 · 0 comments
Open

Idea: ability to pre-parse CSS at build time #34

developit opened this issue Jan 19, 2017 · 0 comments
Assignees

Comments

@developit
Copy link
Contributor

To elaborate, it would be great to completely avoid the fetching & parsing hit at runtime by creating a module (and/or webpack loader) that could do the rule parsing and return the mapping of available queries as JSON. I'm still noodling on how this might work given people generally produce CSS from some other format (less, sass, etc), but if it's plausible then the resulting benefit of having no runtime parse overhead would be pretty great.

@ausi ausi self-assigned this Jan 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants