Answer the question
In order to leave comments, you need to log in
How to import SASS syntax into PostCSS?
Hello. I have a build using webpack + postcss. And it works fine with SCSS syntax
Here is a part of the code from the postcss settings
module.exports = {
syntax: "postcss-scss",
parser: 'postcss-scss',
plugins: [
require("postcss-easy-import")({
extensions: ".pcss"
}),
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question