feat: dm style, take 4 (#923)

This commit is contained in:
patak 2023-01-10 06:58:07 +01:00 committed by GitHub
parent 7a061c1ff9
commit e1332345ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@ export default defineConfig({
'bg-primary-light': 'bg-$c-primary-light',
'bg-code': 'bg-$c-bg-code',
'bg-fade': 'bg-$c-bg-fade',
'bg-dm': 'bg-$c-bg-dm',
// text colors
'text-base': 'text-$c-text-base',