iT邦幫忙

2023 iThome 鐵人賽

DAY 19
0
SideProject30

我想自己刻部落格系列 第 19

使用 Web Compiler 幫我們編譯 Bootstrap SCSS

  • 分享至 

  • xImage
  •  

差不多開始,要對網站的樣式下一點功夫了 XDD

這邊會使用自定義 Bootstrap 來調整樣式

但是要如何讓 Visual Studio 2022 可以編譯 SCSS ?

要先安裝擴充套件 Web Compiler

https://ithelp.ithome.com.tw/upload/images/20231003/20120420EItE0Ct52q.png

安裝玩之後,需要設定編譯的設定檔 CompilerConfig.json
https://ithelp.ithome.com.tw/upload/images/20231003/20120420Yauryvs3Fw.png

設定要編譯 SCSS 檔案路徑與編譯後產生 CSS 路徑
https://ithelp.ithome.com.tw/upload/images/20231003/20120420IJSKSzXEo4.png

[
  {
    "inputFile": "SCSS/test.scss",
    "outputFile": "wwwroot/css/test.css"
  }
]

每次 SCSS 檔存檔之後就會編譯成 CSS

左下角提示訊息
https://ithelp.ithome.com.tw/upload/images/20231003/20120420Iu8kh60XPa.png

使用 Bootstrap SCSS

目前最新版本 5.3.2 要去 GitHub 上下載

下載完後,解壓縮,把 scss 資料夾搬進專案中

這邊我建立的路徑是 MyBlog\Contents\Bootstrap\scss

https://ithelp.ithome.com.tw/upload/images/20231004/2012042038GnRwxvYg.png

看起來非常多檔案,但是在 CompilerConfig.json 的設定中,我們只要把 bootstrap.scss , 編譯成 css 檔就可以了。

{
    "inputFile": "Contents/Bootstrap/scss/bootstrap.scss",
    "outputFile": "wwwroot/css/bootstrap.css"
}

然後在 wwwroot 底下就會看到我們編譯後的 bootstrap.css
https://ithelp.ithome.com.tw/upload/images/20231004/20120420agETtQHNjS.png

詳細程式碼可以到 GitHub


上一篇
圖片拖曳上傳
下一篇
設定主色調,調整 Layout
系列文
我想自己刻部落格31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言