mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 05:50:21 -05:00
+1
-1
@@ -25,7 +25,7 @@ Then you can import the corresponding file types, or use them in `*.vue` files w
|
||||
|
||||
``` vue
|
||||
<style lang="scss">
|
||||
$color = red;
|
||||
$color: red;
|
||||
</style>
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ npm install -D stylus-loader stylus
|
||||
|
||||
``` vue
|
||||
<style lang="scss">
|
||||
$color = red;
|
||||
$color: red;
|
||||
</style>
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ npm install -D stylus-loader stylus
|
||||
|
||||
``` vue
|
||||
<style lang="scss">
|
||||
$color = red;
|
||||
$color: red;
|
||||
</style>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user