mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
f161757710d52ce01c7b717166c94c00432f6230
parent
81fd0439042cc86c49b1b61c78d68d0ffdec01fe
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2018-01-02 11:15
do not inherit box-sizing

Diffstat

M sass/base.scss 3 +--

1 files changed, 1 insertions, 2 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -5,7 +5,7 @@
    5     5 *,
    6     6 *::before,
    7     7 *::after {
    8    -1     box-sizing: inherit;
   -1     8     box-sizing: border-box;
    9     9 }
   10    10 
   11    11 img {
@@ -20,7 +20,6 @@ p, address, blockquote, pre, table, dl, ul, ol, figure, fieldset {
   20    20 html {
   21    21     overflow-y: scroll;
   22    22     background-color: $color-bg;
   23    -1     box-sizing: border-box;
   24    23     color: $color-fg;
   25    24     font-size: $font-size-max;
   26    25     font-family: sans-serif;