Skip to content

Commit

Permalink
✨ (postcss) add postcss8 module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 18, 2021
1 parent 12bb696 commit 812a2ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const r = (path: any) => resolve(__dirname, path)
export default nuxtConfig({
name: 'docus',
rootDir: __dirname,

/**
* Default app config
*/
Expand Down Expand Up @@ -51,6 +52,7 @@ export default nuxtConfig({
'@nuxtjs/pwa',
'@nuxt/image',
'@nuxtjs/composition-api/module',
'@nuxt/postcss8',
// Local modules
r('./module'),
r('../settings'),
Expand Down

0 comments on commit 812a2ea

Please sign in to comment.