Fixed indentations

This commit is contained in:
Pedro Reis 2015-10-14 12:35:18 +01:00
parent 0a38e0ef15
commit 435c592ff1
1 changed files with 23 additions and 23 deletions

View File

@ -34,7 +34,7 @@
* Placeholder mixin for <input>
*/
@mixin placeholder() {
@mixin placeholder {
$placeholders: ":-webkit-input" ":-moz" "-moz" "-ms-input";
@each $placeholder in $placeholders {
&:#{$placeholder}-placeholder {
@ -48,7 +48,7 @@
* Clearfix
*/
@mixin clearfix() {
@mixin clearfix {
&:before,
&:after{
content: " ";