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

Tanner Smith
03.26.2020 91715191544ceb747c78014b8d56c247e73759e4
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};