iot-webpage

git clone git://archive.git.mtrnord.blog/Nordgedanken/iot-webpage.git
Log | Files | Refs | README | LICENSE

postcss.css.config.js (108B)


      1 module.exports = {
      2     plugins: [
      3         require('postcss-cssnext')(),
      4     ],
      5     'local-plugins': true,
      6 };