assignment a4
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user