src_js/iconolab-bundle/postcss.config.js
author Riwad Salim
Thu, 05 Jul 2018 11:49:21 +0200
changeset 566 238d1023c776
parent 359 e435cad79dfe
permissions -rw-r--r--
adding two fields for images links in collections and removing piwik from iconolab application in template -- HG: user: Riwad Salim HG: branch 'default' HG: added src/iconolab/migrations/0032_auto_20180704_1131.py HG: changed src/iconolab/models.py *** Adding two fields to collection for image link constitution and removing piwik from iconolab generic application
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
315
f5cae9eaa296 Introduce PostCSS for auto-prefixing, extract vendors in chunk.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     1
module.exports = {
f5cae9eaa296 Introduce PostCSS for auto-prefixing, extract vendors in chunk.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     2
  plugins: [
f5cae9eaa296 Introduce PostCSS for auto-prefixing, extract vendors in chunk.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     3
    require('autoprefixer')({ /* ...options */ })
f5cae9eaa296 Introduce PostCSS for auto-prefixing, extract vendors in chunk.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     4
  ]
f5cae9eaa296 Introduce PostCSS for auto-prefixing, extract vendors in chunk.
Alexandre Segura <mex.zktk@gmail.com>
parents:
diff changeset
     5
}