Merge pull request #22 from nuxodin/patch-2

`:not(thead) td` does not work as expected
This commit is contained in:
Lucas Larroche 2021-07-19 12:55:29 +07:00 committed by GitHub
commit 3070d9eb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,8 +187,6 @@ h5 {
} }
// Table // Table
table {
thead { thead {
th, th,
td { td {
@ -196,10 +194,9 @@ table {
} }
} }
:not(thead) td { :not(thead) > * > td {
--font-size: 0.875em; --font-size: 0.875em;
} }
}
// Code // Code
pre, pre,