-
Notifications
You must be signed in to change notification settings - Fork 20
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
display:none preprocessor #19
Comments
so special-case |
Seems like it should apply to all: stroke-opacity On Mon, Oct 31, 2011 at 17:22, Robert Coup <
|
I've gotten The opposite of I can likely make lines of zero width and so one work as described above too. |
Awesome! _n On Fri, May 4, 2012 at 5:10 PM, migurski <
|
Is this closed now? |
The special-case |
For situations where there is CSS for a class, but the end result is NULL in terms of drawing anything (like line-opacity: 0; where there is no other symbology applied), the data layer should be turned off and the CSS skipped.
The text was updated successfully, but these errors were encountered: