feat(core): support css font-variation-settings (#9995)

This commit is contained in:
Ruslan Lekhman
2022-11-23 21:57:22 -07:00
committed by GitHub
parent 501d310431
commit a5e3e223dd
12 changed files with 219 additions and 66 deletions

View File

@@ -8,7 +8,7 @@ module.exports = (env) => {
Object.assign(args[0], {
__CI__: !!process.env.CI,
})
return args
})
})