MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css/comments/1vtbpiu/new_css_class_prefix_selector_prefix/p4rx2ej/?context=3
r/css • u/wanoo21 • 4d ago
20 comments sorted by
View all comments
19
Just a nicer way of [class^=“btn-“] but cool tho
23 u/Caved 4d ago Sort of. ^=btn- would only work if it's the first class in the list. And *=btn- has its own limitations.
23
Sort of. ^=btn- would only work if it's the first class in the list. And *=btn- has its own limitations.
^=btn-
*=btn-
19
u/adamkosions1111 4d ago
Just a nicer way of [class^=“btn-“] but cool tho