-
Notifications
You must be signed in to change notification settings - Fork 142
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
Adds the ability to specify a Proc which is used to validate @import URLs #153
Conversation
Hmmm, the 1.9.3 build seems to be erroring. Trying to figure out what's going on there now. |
@@ -381,6 +381,18 @@ Names of CSS [at-rules][at-rules] to allow that may have associated blocks | |||
containing style rules. At-rules like `media` and `keyframes` fall into this | |||
category. Names should be specified in lowercase. | |||
|
|||
##### :css => :at_import_url_validator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we call this :import_url_validator
instead? I don't think the "at" adds anything useful to the name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, absolutely, I'll do that rename now. I was just trying to follow the existing naming but you're absolutely right.
Looks good, thanks! I wouldn't worry about the 1.9.3 failure on Travis. I can't reproduce it locally, so it seems like a Travis glitch. |
@rgrove done that rename, will see if Travis does the same thing this time around! |
Sweet, glitch seems gone ¯_(ツ)_/¯ |
Thanks! Will release this shortly as 4.1.0. |
Nice, thanks! |
This is the first cut of the change described in #151.