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

Commit 341f571

Browse files
committed
chore: remove deprecated functionality
this only existed for a day, removing and bumping to next major BREAKING CHANGE: If you are using a lists variables file, move them to the default variables file
1 parent 1afde14 commit 341f571

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

util/helpers.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ function mergeRules (api, opt, ext) {
4646
// Inject Vuetify styles at the end of user supplied
4747
data.push(`@import '~vuetify/src/styles/styles.sass${end}`)
4848

49-
addImports(api, 'lists', data, end)
50-
5149
let sassLoaderVersion
5250
try {
5351
sassLoaderVersion = semver.major(require('sass-loader/package.json').version)

0 commit comments

Comments
 (0)