We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Module build failed: TypeError: Cannot read property 'before' of undefined
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
postcss-loader@0.6 css-loader@0.16.0 cssnext@1.8.4
my app.css:
app.css
@import 'bootstrap/dist/css/bootstrap'; body { padding-top: 100px; } /* on dev make redux-devtool always shown */ .navbar-fixed-top { z-index: 998; } .user-list ul, .user-list li { list-style-type: none; padding: 10px 0px; } .user-list li { padding: 10px 20px; } .user-list li img { margin-right: 10px; }
Had to rollback to 0.5.1
0.5.1
The text was updated successfully, but these errors were encountered:
This issue from old version of postcss-import, which still uses PostCSS 4.x with many hacks, so we can't handle compatibility fixes.
@MoOx was released new version. Maybe we need to wait for cssnext update.
Downgrade postcss-loader until cssnext update.
Sorry, something went wrong.
We need to get all modules compatible. Please track this issue MoOx/postcss-cssnext#202
Okey thank's subscribed :)
No branches or pull requests
postcss-loader@0.6 css-loader@0.16.0 cssnext@1.8.4
my
app.css
:Had to rollback to
0.5.1
The text was updated successfully, but these errors were encountered: