Why [class~=...]
?
#13755
gregoryporebski
started this conversation in
General
Why `[class~=...]`?
#13755
Replies: 0 comments
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.
-
I've noticed that typography plugin heavily uses
[class~=...]
selector, instead of a default class selector. What gives? Seems to me like styles bundle could be few KBs lighter by replacing[class~='prose']
with.prose
🤔Beta Was this translation helpful? Give feedback.
All reactions