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

Christian Oliff
10.25.2019 8124777a188a942b257d51f0cfecc5e82120a7ed
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};