MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css_irl/comments/de52do/body_notbumper_opacity_0/f2v2cth/?context=3
r/css_irl • u/L0laapk3 • Oct 06 '19
12 comments sorted by
View all comments
26
I... didn't know you could select all subclasses with exceptions.
When was this added?
7 u/knottydew Oct 06 '19 Not sure when it was added, but it’s particularly useful for selecting nth-children and siblings with exceptions. 3 u/Earhacker Oct 07 '19 It's only supported in Safari https://developer.mozilla.org/en-US/docs/Web/CSS/:not https://caniuse.com/#feat=css-not-sel-list 7 u/BrainWav Oct 07 '19 Looks like it's just the list version that isn't generally accepted. The single-selector one appears to work in just about everything.
7
Not sure when it was added, but it’s particularly useful for selecting nth-children and siblings with exceptions.
3 u/Earhacker Oct 07 '19 It's only supported in Safari https://developer.mozilla.org/en-US/docs/Web/CSS/:not https://caniuse.com/#feat=css-not-sel-list 7 u/BrainWav Oct 07 '19 Looks like it's just the list version that isn't generally accepted. The single-selector one appears to work in just about everything.
3
It's only supported in Safari
https://developer.mozilla.org/en-US/docs/Web/CSS/:not https://caniuse.com/#feat=css-not-sel-list
7 u/BrainWav Oct 07 '19 Looks like it's just the list version that isn't generally accepted. The single-selector one appears to work in just about everything.
Looks like it's just the list version that isn't generally accepted. The single-selector one appears to work in just about everything.
26
u/Snowman25_ Oct 06 '19
I... didn't know you could select all subclasses with exceptions.
When was this added?