[css] Have you ever used a CSS preprocessor? Which one do you like to use? What is the principle?

[css] Have you ever used a CSS preprocessor? Which one do you like to use? What is the principle?

它能让你的CSS具备更加简洁、适应性更强、可读性更强、层级关系更加明显、更易于代码的维护等诸多好处。
CSS预处理器种类繁多,目前Sass、Less、用的比较多。
使用功能:
1、嵌套:反映层级和约束
2、变量和计算: 减少重复代码
3、Extend 和 Mixin 代码片段 (用的少)
4、循环:适用于复杂有规律的样式
5、import css 文件模块化
具体使用方法 均可百度

Personal profile

I am a song, welcome to share front-end and back-end knowledge with you. It is easy to give up,
but it must be cool to persist. Welcome everyone to discuss

Main directory

Clear the front-end interview questions with song

Guess you like

Origin blog.csdn.net/weixin_43392489/article/details/113810801