我想开始在 WebStorm 中使用 PostCSS 插件,我想知道如何去做。
我用index.html&创建了新项目style.css。最后我设置了 PostCSS 方言。自动安装 PostCSS 插件。
我写的
main{
height: 400px;
width: 100%;
section{
width: 60%;
height: 50px;
border: 2px solid black;
}
}
Run Code Online (Sandbox Code Playgroud)
和 postcss-nest 不起作用。