mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
226 B
SCSS
6 lines
226 B
SCSS
|
#main {
|
||
|
padding: 50px;
|
||
|
// Can't use image-url until compass problem is fixed: https://github.com/middleman/middleman/issues/283
|
||
|
// background-image: image-url('100px.jpg');
|
||
|
background-image: url('/images/100px.jpg');
|
||
|
}
|