Skip to content

Commit

Permalink
Bulma sass error
Browse files Browse the repository at this point in the history
Fix - 'postcss-custom-properties': false - nuxt/nuxt#1670 (comment)
  • Loading branch information
szvest authored Jun 9, 2018
1 parent e134955 commit 0e62479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ module.exports = {
exclude: /(node_modules)/
})
}
},
postcss: {
plugins: {
'postcss-custom-properties': false
}
}
}
}

0 comments on commit 0e62479

Please sign in to comment.