-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add an option to set a custom selector count limit #83
Comments
That should be an easy change, and we take pull requests. If you have specific questions with the implementation details feel free to ask. |
Hello, I would like to help in this enhancement. Though I am facing following error when I fire up
|
Possibly somehow related to #95. |
Hello, Then in code coverage it showed error of promise undefined. So I installed promise package extraneously by And many errors were resolved. What is the suggestion on adding promise package in the dependencies? |
|
Well running eslint alone via
|
I recently had some CSS parsing issues when my selector count reached just above 8190 and a third file was generated by Bless. In Google Chrome the selectors from the last file (which is the one with the imports in it) sometimes loaded before the others because it was very small in comparison (~20 selectors). This is most probably because of a bug in the Google Chrome CSS import code, but it would be very nice to have the possibility to manually set the limit to something lower than 4095.
The text was updated successfully, but these errors were encountered: