Skip to content

Commit ec009de

Browse files
committed
no need to use compass
1 parent 3683dd8 commit ec009de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/stylesheets/style.css.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
@charset "utf-8";
22

3-
@import "compass";
4-
53
%headline-font {
64
font-family: "museo-sans", "helvetica", "arial", sans-serif;
75
font-weight: 100;
@@ -157,12 +155,12 @@
157155
}
158156

159157
.supporters--contacts-item {
158+
box-sizing: border-box;
160159
float: left;
161160
list-style: none;
162161
margin: 1rem 0 0 0;
163162
padding: 0 5% 0 0;
164163
width: 25%;
165-
@include box-sizing(border-box);
166164
@media all and (max-width: 1000px) {
167165
width: 50%;
168166
}

0 commit comments

Comments
 (0)