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

Jesus Galvan
10.10.2020 505b2559238c84d57cd82f68f28cce426df2f992
1
2
3
4
5
6
7
8
module.exports = {
  plugins: {
   'postcss-import': {},
   'postcss-cssnext': {
       browsers: ['last 2 versions', '> 5%'],
      }
    }  
};