paritytech / parity-react-scripts

An extension of the react scripts for Parity-based dapps
3 stars 3 forks source link

Check post-css plugins #2

Closed ngotchac closed 6 years ago

ngotchac commented 6 years ago

From js-old:

postcssImport({
      addDependencyTo: webpack
    }),
    postcssNested({}),
    postcssVars({
      unknown: function (node, name, result) {
        node.warn(result, `Unknown variable ${name}`);
      }
    }),
    rucksack({
      autoprefixer: true
    })