[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-typed-vuex-vue-example. nuxt-typed-vuex-vue-example.now.sh
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-typed-vuex-vue-example / postcss.config.js
59 B 5 lines
1module.exports = { 2 plugins: { 3 autoprefixer: {} 4 } 5}