Skip to content

Commit d69646d

Browse files
committed
docs: grammatical correction in sass-variables.md
When a statement starts after a comma, it starts with a lowercase letter
1 parent 6486b22 commit d69646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/en/features/sass-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For additional details about css-pre-processors, please refer to the official vi
5656

5757
## Usage
5858

59-
There are many SASS variables such as **font size**, **font family**, and **line height** that can be configured globally. An extensive list of configurable global SASS variables can be found [here](/api/globals/). To start, Follow the plugin setup guide from [treeshaking](/features/treeshaking/) then add `styles.configFile` to the plugin options:
59+
There are many SASS variables such as **font size**, **font family**, and **line height** that can be configured globally. An extensive list of configurable global SASS variables can be found [here](/api/globals/). To start, follow the plugin setup guide from [treeshaking](/features/treeshaking/) then add `styles.configFile` to the plugin options:
6060

6161
```js { resource="vite.config.js" }
6262
vuetify({

0 commit comments

Comments
 (0)