claro-8.x-1.x-dev/postcss.config.js

postcss.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const postcssCustomProperties = require('postcss-custom-properties');
 
module.exports = ctx => ({
  map: !ctx.env || ctx.env !== 'production' ? { inline: false } : false,
  plugins: [
    require('postcss-import'),
    require('postcss-custom-properties')({
      preserve: false,
    }),
    require('postcss-calc'),
    require('autoprefixer')({
      cascade: false
    }),
    require('postcss-discard-comments')
  ]
});

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc