1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-29 08:40:16 +02:00

Housekeeping

Updated codebase to use spaces instead of tabs. Everything is ready to release v2.3.1.
This commit is contained in:
Angelos Chalaris
2017-06-19 15:47:00 +03:00
parent 987a7cefae
commit 3d6af8acc5
30 changed files with 5229 additions and 5217 deletions

20
dist/mini-dark.css vendored
View File

@@ -1,9 +1,9 @@
@charset "UTF-8";
/*
Flavor name: Dark (mini-dark)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
Flavor name: Dark (mini-dark)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
*/
/*
Browsers resets and base typography.
@@ -1043,7 +1043,7 @@ input[type="file"] {
}
/*
Custom elements for forms and input elements.
Custom elements for forms and input elements.
*/
button.primary, [type="button"].primary, [type="submit"].primary,
[type="reset"].primary, .button.primary, [role="button"].primary {
@@ -1663,7 +1663,7 @@ table.striped tr:nth-of-type(2n) > td {
}
/*
Custom elements for cards and containers.
Custom elements for cards and containers.
*/
@media screen and (min-width: 480px) {
.card.large {
@@ -1998,7 +1998,7 @@ mark.inline-block {
z-index: 1211;
}
/*
/*
Custom contextual background elements and alerts.
*/
mark.secondary {
@@ -2038,7 +2038,7 @@ progress {
vertical-align: baseline;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
height: 0.625rem;
width: 90%;
width: calc(100% - 1rem);
@@ -2102,7 +2102,7 @@ progress[value="1000"]::-moz-progress-bar {
animation: spinner-donut-anim 1.2s linear infinite;
}
/*
/*
Custom elements for progress elements and spinners.
*/
progress.inline {
@@ -2252,7 +2252,7 @@ ul.breadcrumbs li:last-child:after {
text-align: center;
}
/*
/*
Custom elements for utilities and helper classes.
*/
.bordered {

File diff suppressed because one or more lines are too long

18
dist/mini-default.css vendored
View File

@@ -1,9 +1,9 @@
@charset "UTF-8";
/*
Flavor name: Default (mini-default)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
Flavor name: Default (mini-default)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
*/
/*
Browsers resets and base typography.
@@ -1042,7 +1042,7 @@ input[type="file"] {
}
/*
Custom elements for forms and input elements.
Custom elements for forms and input elements.
*/
button.primary, [type="button"].primary, [type="submit"].primary,
[type="reset"].primary, .button.primary, [role="button"].primary {
@@ -1664,7 +1664,7 @@ table.striped tr:nth-of-type(2n) > td {
}
/*
Custom elements for cards and containers.
Custom elements for cards and containers.
*/
@media screen and (min-width: 480px) {
.card.large {
@@ -1999,7 +1999,7 @@ mark.inline-block {
z-index: 1211;
}
/*
/*
Custom contextual background elements and alerts.
*/
mark.secondary {
@@ -2103,7 +2103,7 @@ progress[value="1000"]::-moz-progress-bar {
animation: spinner-donut-anim 1.2s linear infinite;
}
/*
/*
Custom elements for progress elements and spinners.
*/
progress.inline {
@@ -2253,7 +2253,7 @@ ul.breadcrumbs li:last-child:after {
text-align: center;
}
/*
/*
Custom elements for utilities and helper classes.
*/
.bordered {

20
dist/mini-lite.css vendored
View File

@@ -1,12 +1,12 @@
@charset "UTF-8";
/*
Flavor name: Lite (mini-lite)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
Flavor name: Lite (mini-lite)
Author: Angelos Chalaris (chalarangelo@gmail.com)
Maintainers: Angelos Chalaris
mini.css version: v2.3.1
*/
/*
Browsers resets and base typography.
Browsers resets and base typography.
*/
html {
font-size: 16px;
@@ -913,7 +913,7 @@ input[type="file"] {
}
/*
Custom elements for forms and input elements.
Custom elements for forms and input elements.
*/
button.primary, [type="button"].primary, [type="submit"].primary,
[type="reset"].primary, .button.primary, [role="button"].primary {
@@ -1170,7 +1170,7 @@ table th:first-child, table td:first-child {
}
/*
Custom elements for cards and containers.
Custom elements for cards and containers.
*/
.card.fluid {
max-width: 100%;
@@ -1202,7 +1202,7 @@ mark.inline-block {
}
/*
Custom contextual background elements and alerts.
Custom contextual background elements and alerts.
*/
mark.secondary {
background: #e53935;
@@ -1267,7 +1267,7 @@ progress[value="1000"]::-moz-progress-bar {
}
/*
Custom elements for progress elements and spinners.
Custom elements for progress elements and spinners.
*/
progress.inline {
display: inline-block;
@@ -1320,7 +1320,7 @@ progress.tertiary::-moz-progress-bar {
}
/*
Custom elements for utilities and helper classes.
Custom elements for utilities and helper classes.
*/
.bordered {
border: 1px solid rgba(0, 0, 0, 0.25) !important;