@component-namespace page {
@component toast {
@descendent wrapper {
padding: 0 20px;
position: absolute 50% * * *;
width: 100%;
transform: translateY(-50%);
button:not(:last-child) {
margin-bottom: 20px;
}
}
}
}
这个是什么写法啊。。。。
postcss-bem
插件功能 at-rule能力。https://github.com/kezzbracey/postcss-bem
饿了么的vue框架用了基于PostCSS的CSS解决方案-沙拉 其中就有该插件。