Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Indienet
Site
Commits
44eca04e
Verified
Commit
44eca04e
authored
Feb 28, 2018
by
Aral Balkan
Browse files
Silence Bulma/postcss-custom-properties warnings
parent
cc364f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
nuxt.config.js
View file @
44eca04e
...
...
@@ -27,5 +27,18 @@ module.exports = {
axios
:
{
// No special configuration yet.
},
// Remove Bulma-related warnings.
// See: https://github.com/buefy/buefy/issues/306
// And: https://github.com/nuxt/nuxt.js/issues/1670
build
:
{
postcss
:
{
plugins
:
{
'
postcss-custom-properties
'
:
{
warnings
:
false
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment