Skip to content
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

ieOpacityHack not working with postcss-nested #29

Open
Semigradsky opened this issue Jul 8, 2015 · 1 comment
Open

ieOpacityHack not working with postcss-nested #29

Semigradsky opened this issue Jul 8, 2015 · 1 comment
Labels

Comments

@Semigradsky
Copy link

Input:

td.options {
  text-align: center;

  .link {
    opacity: 0;
  }
}

Error:

ERROR in .//css-loader!.//postcss-loader!./src/scripts/components/users/users.css
Module build failed: TypeError: Cannot read property 'replace' of undefined
at ieOpacityHack (D:\Dev\git\React\react-admin-example\node_modules\cssgrace\lib\index.js:270:31)
at D:\Dev\git\React\react-admin-example\node_modules\cssgrace\lib\index.js:472:5

@yisibl yisibl added the bug label Jul 9, 2015
@viperfx07
Copy link

this happens to display: inline-block as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants