Remove trailing whitespace and add double quotes

This commit is contained in:
Leonard Lamprecht 2015-12-30 11:39:57 +01:00
parent 1c6149a235
commit b43db50343

View File

@ -2,7 +2,7 @@
@include padding-leader;
@include padding-trailer;
color: $color-text-weak;
background: image-url('textures/grey-prism.svg') left top repeat-x;
background: image-url("textures/grey-prism.svg") left top repeat-x;
.container {
@include padding-leader;
@ -31,7 +31,7 @@
&:hover,
&:focus { color: $color-text-strong; }
}
}
.contentinfo-tools,