stylus是css的预编译语言,用于去掉css中的冒号和分好,例如
.style{ position fixed width 100% z-index 10 }
vue的使用方式是需要安装
npm install stylus stylus-loader --save-dev
原文地址:https://www.cnblogs.com/wjw-/p/11548874.html
时间: 2024-11-05 17:34:26
stylus是css的预编译语言,用于去掉css中的冒号和分好,例如
.style{ position fixed width 100% z-index 10 }
vue的使用方式是需要安装
npm install stylus stylus-loader --save-dev
原文地址:https://www.cnblogs.com/wjw-/p/11548874.html