Jony/README.md
2021-01-27 13:00:55 +08:00

9 lines
411 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Typecho Joe 主题新一代版本
SCSS 本地编译方式(如果需要修改样式):
1、安装 Node.js
2、node.js 安装完成后,安装 node-scss(npm i -g node-sass)
3、安装 VSCode
4、VSCode 软件安装 `scss-to-css` 插件(https://github.com/yutent/scss-to-css/blob/master/README_ZH.md)
5、上面步骤安装完成后在编写 SCSS 文件时,直接保存,即可生成编译后的 CSS 文件