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

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