We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use postcss-import with postcss-cli as this:
postcss -u postcss-import ./index.css > test/bundle.css
My index.css:
index.css
@import 'other.css';
My other.css:
other.css
a {}
In terminal I get:
> postcss -u postcss-import ./index.css > test/bundle.css Container#eachAtRule is deprecated. Use Container#walkAtRules instead. Node#before is deprecated. Use Node#raws.before [TypeError: Cannot read property 'before' of undefined] ...
Versions:
$ npm list postcss [email protected] c:\path\to\xxx ├─┬ [email protected] │ └── [email protected] └─┬ [email protected] └── [email protected]
Not sure whether it is postcss-cli or postcss-import issue.
The text was updated successfully, but these errors were encountered:
Dup of #75
Sorry, something went wrong.
No branches or pull requests
I use postcss-import with postcss-cli as this:
postcss -u postcss-import ./index.css > test/bundle.css
My
index.css
:My
other.css
:a {}
In terminal I get:
Versions:
Not sure whether it is postcss-cli or postcss-import issue.
The text was updated successfully, but these errors were encountered: