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

Generate different files for different prefix #62

Open
proyb6 opened this issue Nov 2, 2017 · 2 comments
Open

Generate different files for different prefix #62

proyb6 opened this issue Nov 2, 2017 · 2 comments

Comments

@proyb6
Copy link

proyb6 commented Nov 2, 2017

Could allow us to generate different CSS files that won't need to deliver all vendor prefixes if I'm using Chrome, there is no need for IE, Webkit and Firefox prefix, this help reduce files size.

Perhaps, a simple browser detection in our Javascript should deliver the CSS with vendors specific and full CSS for unknown web browser agent.

@johno
Copy link
Member

johno commented Nov 3, 2017

Having different builds for different vendor prefix sets is a great idea! I do think we should handle this on the configuration level though, so you can create multiple builds with different prefixing schemes (which the server can dynamically route to).

@proyb6
Copy link
Author

proyb6 commented Nov 18, 2017

Good idea and how fast does the web browsers detect user agent if we're looking at performance? I've not experiment it before.

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

No branches or pull requests

2 participants