added bourbon to the source files and included in the main scss
[theme-danix.xyz.git] / assets / sass / main.scss
1 @import "bourbon/bourbon";
2
3 body {
4 background-color: #dadada;;
5 header#masthead,
6 footer#colophon {
7 background-color: #656565;
8 }
9 }
10 .screen-reader-text,
11 .hidden {
12 border:0;
13 clip:rect(1px, 1px, 1px, 1px);
14 clip-path:inset(100%);
15 height:1px;
16 overflow:hidden;
17 padding:0;
18 position:absolute;
19 white-space:nowrap;
20 width:1px
21 }