about summary refs log tree commit diff
path: root/.postcssrc.yml
blob: efffb39ba61f2ff62b95aa08c53cf7a39859e51c (plain) (blame)
1
2
3
4
5
6
7
8
9
plugins:
  postcss-smart-import: {}
  precss: {}
  autoprefixer:
    browsers:
      - last 2 versions
      - IE >= 11
      - iOS >= 9
  postcss-object-fit-images: {}