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

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