小编Max*_*kov的帖子

WebStorm 中的 PostCSS 语法

我想开始在 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 不起作用。

css phpstorm webstorm postcss

2
推荐指数
1
解决办法
2109
查看次数

标签 统计

css ×1

phpstorm ×1

postcss ×1

webstorm ×1