首页 > vue 中 style 的写法

vue 中 style 的写法

@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;
            }
        }
    }
}

这个是什么写法啊。。。。


不知道你这段代码从哪看的,我在mint-ui里也看到了差不多的写法,然而他的lang标记的是css,所以我猜是post-css的某个插件的功能。。。


less或者sass吧。总之是一种CSS预处理语言。

【热门文章】
【热门文章】