随笔分类 - css
摘要:SCSS 是 CSS 的超集,即所有 CSS 功能都将在 SCSS 中可用,并且包含 SASS(Syntactically Awesome Style Sheets)的一些功能。 SCSS 使任何 CSS 术语都有效。 &符号 .dashboard { &-container { margin: 3
阅读全文
摘要:方法一 1、安装 postcss-pxtorem 插件 npm install postcss-pxtorem 2、新增postcss.config.js的文件, module.exports = { plugins: { "postcss-pxtorem": { rootValue: 20, //
阅读全文
浙公网安备 33010602011771号