# SCSS in Visual Studio
###### tags: `IDE`
# 安裝擴充功能

# Web Compiler

# 在scss 上右鍵Compiler

Compiler後 產生.css檔
# 引用
```csharp=
<link href="/StyleSheet1.css" rel="stylesheet" />
```