An open API service indexing awesome lists of open source software.

https://github.com/ylzon/css-preprocessor

less sass scss stylus等css预处理器横向对比学习Demo
https://github.com/ylzon/css-preprocessor

Last synced: over 1 year ago
JSON representation

less sass scss stylus等css预处理器横向对比学习Demo

Awesome Lists containing this project

README

          

# css-preprocessor
less sass scss stylus四款css预处理器横向对比学习Demo

## 目录

笔记
* [Scss学习笔记](./docs/scss.md)
* [less学习笔记](./docs/less.md)
* [stylus学习笔记](./docs/stylus.md)

对比
* [Scss和Sass的不同](./docs/scss-sass.md)
* [Sass/Scss/less/Stylus横向对比](./docs/scss-sass-less-stylus.md)

文章
* [《CSS预处理器——Sass、LESS和Stylus实践【未删减版】》](https://www.w3cplus.com/css/css-preprocessor-sass-vs-less-stylus-2.html)@ 大漠
* [《Stylus-NodeJS下构建更富表现力/动态/健壮的CSS》](https://www.w3cplus.com/css/css-preprocessor-sass-vs-less-stylus-2.html)@ 张鑫旭
* [《再谈 CSS 预处理器》](http://efe.baidu.com/blog/revisiting-css-preprocessors/)@ 顾轶灵

文档
* [SASS中文文档](http://sass.bootcss.com/docss/sass-reference/)
* [SCSS中文文档](http://sass.bootcss.com/docss/scss-for-sass-users/)
* [Less中文文档](http://less.bootcss.com/)
* [stylus中文文档](https://stylus.bootcss.com/)