2.2.6 - cleancss fix for minifying error on on the striped tables #42

This commit is contained in:
Yohn 2025-01-17 05:29:34 -05:00
parent c1ef8d7f2b
commit 3c91189543
6 changed files with 16 additions and 104 deletions

View file

@ -60,11 +60,6 @@ $enable-transitions: true !default;
// Enable overriding with !important
$enable-important: true !default;
// How many hidden rows do you expect to have within a table?
// <tr hidden> is what is accounted for striped rows.
// if none, put 0 instead of 3.
$hidden-table-levels: 4 !default;
// Optional parent selector
// If defined, all HTML tags are wrapped with this selector
// :root is not wrapped