Skip to content

Commit

Permalink
opti: css preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
ObjTube committed Jul 27, 2020
1 parent 188de02 commit 16e2ccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/page/guide/md/css-preprocessor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
- Sass
- Less
- PostCSS
- Stylus

## 📄 文章

- [Sass 中文文档](https://sass.bootcss.com/)
- [Less 中文文档](http://lesscss.cn/)
- [PostCSS 中文文档](https://www.postcss.com.cn/)
- [Stylus 中文文档](https://stylus.bootcss.com/)
1 change: 1 addition & 0 deletions src/page/index/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const all = [
[
c("Sass", 100, 100, { tag: TAG.recommand }),
c("PostCss", 100, 100, { tag: TAG.recommand }),
c("Stylus", 100, 100, { tag: TAG.optional }),
c("Less", 100, 100, { tag: TAG.notRecommand }),
],
],
Expand Down

0 comments on commit 16e2ccb

Please sign in to comment.