mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
2.2.6 - cleancss fix for minifying error on on the striped tables #42
This commit is contained in:
parent
c1ef8d7f2b
commit
3c91189543
6 changed files with 16 additions and 104 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue