Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 7c804a0

Browse files
committed
chore(helpers): update comment
1 parent b8c93b7 commit 7c804a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

util/helpers.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ function mergeRules (api, opt, ext) {
4040

4141
addImports(api, 'variables', data, end)
4242

43-
// Vuetify styles must go between variables and lists
44-
// since variables must be defined at the top level
45-
// and lists require existing variables to merge
43+
// Inject Vuetify styles at the end of user supplied
4644
data.push(`@import '~vuetify/src/styles/styles.sass${end}`)
4745

4846
addImports(api, 'lists', data, end)

0 commit comments

Comments
 (0)