Error when there is a "/" character in a column gap class
benface opened this issue ยท 3 comments
benface commented
With this config:
theme: {
columnGap: {
'1/2': '50%',
},
},
I am getting the following error:
๐ซ Error: Unexpected '/'. Escaping special characters with \ may help.
at Root._error (./node_modules/postcss-selector-parser/dist/parser.js:160:16)
hacknug commented
- I'm dumb and I wasn't escaping the whole modifier ๐
- This bug affects all my v1.x plugins ๐
- Working on a fix now ๐