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
Safe option was removed:
function parse(css, opts) { if (opts && opts.safe) { throw new Error('Option safe was removed. ' + 'Use parser: require("postcss-safe-parser")'); } ... }
Your example cssProcessorOptions: { safe: true, discardComments: { removeAll: true } },
cssProcessorOptions: { safe: true, discardComments: { removeAll: true } },
The text was updated successfully, but these errors were encountered:
have the exact same issue
Sorry, something went wrong.
784677f
See #65
No branches or pull requests
Safe option was removed:
Your example
cssProcessorOptions: { safe: true, discardComments: { removeAll: true } },
The text was updated successfully, but these errors were encountered: