Remove trailing whitespace

This commit is contained in:
Craig Dodd
2015-04-17 11:43:36 +01:00
parent 3d685a192f
commit f06b4c163d
31 changed files with 345 additions and 345 deletions

View File

@ -2,22 +2,22 @@
Site wide styles
========================================================================== */
/*
/*
Selection
========================================================================== */
::-moz-selection {
background-color: lighten($basecolor, 65%);
color: $basecolor;
text-shadow: none;
}
::selection {
background-color: lighten($basecolor, 65%);
color: $basecolor;
text-shadow: none;
::-moz-selection {
background-color: lighten($basecolor, 65%);
color: $basecolor;
text-shadow: none;
}
::selection {
background-color: lighten($basecolor, 65%);
color: $basecolor;
text-shadow: none;
}
/*
/*
Global classes
========================================================================== */
@ -63,10 +63,10 @@
}
}
/*
/*
Global transition
========================================================================== */
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a {
@include transition(all .2s ease);
}
}