-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error on @import [file.css] [media] #17
Comments
CSS MQPacker doesn't touch @import "file1.css" screen;
@import "file2.css" screen;
@import "file3.css" screen; Do you have another example? |
Hi, |
Can you give us your CSS? Are you using CLI or not? |
Sure, this is my css (juste for test) :
There's nothing in the called css files. |
Still can't reproduced. |
Maybe this bug is related to postcss/postcss#85. I'm working on it. |
Work fine now, thanks ! 👍 |
Hi,
I have an issue, on css-mqpacker.js, line 13 ( 'a' variable is undefined ), when I import some css files with a @import mediqueried rule.
exemple :
@import "file1.css" screen;
@import "file2.css" screen;
@import "file3.css" screen;
Regards,
Romain.
The text was updated successfully, but these errors were encountered: