Skip to content

Commit d932ca1

Browse files
Restore Sass mixed-decls build check
1 parent 98fe7ce commit d932ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/tasks/styles.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function compile(assetPath, { srcPath, destPath, output = {} }) {
5555
'color-functions',
5656
'global-builtin',
5757
'import',
58-
// 'mixed-decls'
58+
'mixed-decls'
5959
],
6060
loadPaths: [join(paths.root, 'node_modules')],
6161
sourceMap: true,

0 commit comments

Comments
 (0)