-
-
Notifications
You must be signed in to change notification settings - Fork 608
Ignore url
and @import
#102
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
Comments
+1 useful options |
A note of interest is that the older versions (eg: 0.14.5) DID have that feature: |
I could use this feature as well. |
+1. For example: @font-face {
font-family: 'WhiteAdobeAndroid';
src: url('file:///android_asset/fonts/AGaramondPro-Regular.otf') format('truetype');
} I used a file url But I didn't mean that I need an option for switching |
Is there any way to disable the require behavior of a single place |
Also looking for a way to disable a siingle url() call. Currently CSS-Loader is kind of an all-or-nothing approach if I am correct? This makes it hard to upgrade legacy apps. Edit: Just realized path that start with a / are excluded /images/test. However, I've been using ../images/ in all apps which does gets parsed. |
Provide a mechanism to ignore
url
and@import
.From GItter
The text was updated successfully, but these errors were encountered: