1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-09 05:30:47 +02:00

Automated flavor builds

Use npm build-flavors.
This commit is contained in:
Angelos Chalaris
2018-10-27 10:09:24 +03:00
parent 5d8930461f
commit 605b61908c
10 changed files with 57 additions and 50 deletions

11
dist/mini-default.css vendored
View File

@@ -3,7 +3,7 @@
Flavor name: Default (mini-default)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v3.0.0
mini.css version: v3.0.0-alpha.3
*/
/*
Browsers resets and base typography.
@@ -1378,14 +1378,15 @@ table.horizontal {
table.horizontal thead, table.horizontal tbody {
border: 0;
flex: .2 0 0;
flex-flow: row nowrap;
}
table.horizontal tbody {
overflow: auto;
justify-content: space-between;
flex: 1 0 0;
margin-left: calc( 4 * var(--universal-margin));
flex: .8 0 0;
margin-left: 0;
padding-bottom: calc(var(--universal-padding) / 4);
}
@@ -1395,7 +1396,7 @@ table.horizontal tr {
}
table.horizontal th, table.horizontal td {
width: 100%;
width: auto;
border: 0;
border-bottom: 0.0625rem solid var(--table-border-color);
}
@@ -1854,7 +1855,7 @@ progress::-webkit-progress-value {
}
progress::-webkit-progress-bar {
background: var(#ddd);
background: var(--progress-back-color);
}
progress::-moz-progress-bar {