mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Remove trailing whitespace and add double quotes
This commit is contained in:
parent
1c6149a235
commit
b43db50343
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user