mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

budparr
26.46.2019 c2cbc831f821d9336594a80dfe7a17978dbf61c8
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};