You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ron.wang 97dcead4c4 2020.12.24
1.深色主題字體大小改變
2.淺色主題新增卡片陰影
3 years ago
.vscode Initial project 3 years ago
css Initial project 3 years ago
src 2020.12.24 3 years ago
.browserslistrc Initial project 3 years ago
.gitignore Initial project 3 years ago
README.md Update README.md 3 years ago
package.json Adjust argon varialbes.scss file 3 years ago
webpack.config.js Initial project 3 years ago
yarn.lock Initial project 3 years ago

README.md

使用 Webpack 5 打包

初始專案(沒有 node_modules 資料夾)

 yarn install

開發專案

 yarn watch

or

 yarn build:dev

編譯 sass/scss 檔案

 yarn compile:sass

使用 node-sass 指令編譯

  • 安裝
 yarn global add node-sass
  • 執行 command
 node-sass src/scss/argon-theme.scss css/argon.css