uniformcss icon indicating copy to clipboard operation
uniformcss copied to clipboard

Change screen config to handle numerical values

Open kaiel-pineda opened this issue 1 year ago • 1 comments

I was wondering if you're able to add the feature to be able to use something like 2xl on the screens config without the output throwing an interpolation error:

screens: ( sm: 768px, md: 1024px, lg: 1280px, xl: 1536px, 2xl: "screen size", ),

Having it output as .\2xl or [class="2xl"] would be amazing.

kaiel-pineda avatar Apr 16 '23 19:04 kaiel-pineda

Hey there! Does putting the 2xl in single quotes not work? So, '2xl'

jinsupark avatar Aug 24 '23 12:08 jinsupark