mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-06 06:18:38 -06:00
@@ -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