picocss/scss/themes
Tobias Buschor d74f2dcc62
:not(thead) td does not work as expected
`table :not(thead) td`
also selects tds in thead
https://jsfiddle.net/zh8dx97b/4/

Not that specificity will not be incresed with this fix as * has zero specificity:
`:not(thead) > * > td`

Maybe `table {` could be dropped completely, since 'thead' and `td` only exist in table?
2021-07-19 07:10:38 +02:00
..
default :not(thead) td does not work as expected 2021-07-19 07:10:38 +02:00
default.scss Small fixes 2021-07-03 00:22:17 +07:00