cssgrace icon indicating copy to clipboard operation
cssgrace copied to clipboard

ieOpacityHack not working with `postcss-nested`

Open Semigradsky opened this issue 9 years ago • 1 comments

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

Semigradsky avatar Jul 08 '15 13:07 Semigradsky

this happens to display: inline-block as well

viperfx07 avatar Aug 19 '15 06:08 viperfx07