assignment a4

This commit is contained in:
Joey Eamigh
2024-11-11 23:03:20 -05:00
parent f455c13731
commit b3bc3f558e
24 changed files with 3647 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ export default {
':root': {
...extractVars(theme('colors'), '', 'color'),
...extractVars(theme('boxShadow'), '', 'shadow'),
...extractVars(theme('ringWidth'), '', 'ring'),
...extractVars(theme('ringColor'), '', 'ring'),
...extractVars(theme('ringOffsetWidth'), '', 'ring'),
...extractVars(theme('ringOffsetColor'), '', 'ring'),
...extractVars(theme('spacing'), '', 'space'),
...extractVars(theme('screens'), '', 'screen'),
...extractVars(theme('maxWidth'), '', 'w'),