We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The postcss plugins are :
dependencies
index.js
module.exports = { postcss: { plugins: [ require('postcss-normalize'), require('postcss-preset-env')({ stage: 0 }) ] } }
The postcss plugins required by the theme should be processed.
The postcss plugins required by the theme are not processed.
npx vuepress info
npx vuepress info Environment Info: System: OS: macOS High Sierra 10.13.6 CPU: (8) x64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz Binaries: Node: 13.6.0 - /usr/local/bin/node Yarn: Not Found npm: 6.13.4 - /usr/local/bin/npm Browsers: Chrome: Not Found Firefox: 72.0.2 Safari: 13.0.4 npmPackages: @vuepress/core: 1.2.0 @vuepress/theme-default: 1.2.0 vuepress: ^1.2.0 => 1.2.0 npmGlobalPackages: vuepress: Not Found
The text was updated successfully, but these errors were encountered:
Hey @francoisromain. Thanks for filing this issue! Could you send us the theme you're using so we can try to replicate the issue you're having?
Sorry, something went wrong.
Hello @bencodezen here is the theme: https://github.com/francoisromain/vuepress-theme-system
No branches or pull requests
Bug report
Steps to reproduce
The postcss plugins are :
dependencies
of the theme's package.jsonindex.js
:What is expected?
The postcss plugins required by the theme should be processed.
What is actually happening?
The postcss plugins required by the theme are not processed.
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: