随笔分类 -  css

摘要:SCSS 是 CSS 的超集,即所有 CSS 功能都将在 SCSS 中可用,并且包含 SASS(Syntactically Awesome Style Sheets)的一些功能。 SCSS 使任何 CSS 术语都有效。 &符号 .dashboard { &-container { margin: 3 阅读全文
posted @ 2023-05-17 11:25 阿兰儿 阅读(213) 评论(0) 推荐(0)
摘要:方法一 1、安装 postcss-pxtorem 插件 npm install postcss-pxtorem 2、新增postcss.config.js的文件, module.exports = { plugins: { "postcss-pxtorem": { rootValue: 20, // 阅读全文
posted @ 2022-09-02 14:30 阿兰儿 阅读(1737) 评论(0) 推荐(0)