chrome "new style rule" bugging out because of the unescaped double dot : #2433
Unanswered
torian257x
asked this question in
Help
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
I used to do this all the time and it's sooo annoying with tailwind.

in chrome
E.g. I select an element, then press "New Style Rule" to quickly prototype an idea
but:
as tailwind has the : in the classes, it adds the wrong default class. What do I mean?
after I press "new style rule" it will for example add:
for me to prototype. See the error?
must be
as a result, the new style selector added by chrome is wrong, and I cannot add my prototyped styles.
is there something to fix that, how are you guys doing it?
Beta Was this translation helpful? Give feedback.
All reactions