1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Merge branch 'master' into feature/viewport-units

This commit is contained in:
Lucas
2024-01-22 16:31:12 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ async function purgeUnusedCSS(outfile, label) {
keyframes: true,
safelist: {
// Keep all except .u-gc-* | .u-margin-* | .u-padding-*
standard: [ /^(((?!\bu-gc-).)*$ | (((?!\bu-margin-).)*$) | (((?!\bu-padding-).)*$))/ ]
standard: [ /^(?!.*\b(u-gc-|u-margin|u-padding)).*$/ ]
},
variables: true,
})

File diff suppressed because one or more lines are too long