Skip to content
Snippets Groups Projects
Unverified Commit 82dbb903 authored by Phil Hughes's avatar Phil Hughes
Browse files

fixed SCSS lint

parent af22ddaf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,24 +42,31 @@ svg {
&.s8 {
@include svg-size(8px);
}
&.s12 {
@include svg-size(12px);
}
&.s16 {
@include svg-size(16px);
}
&.s18 {
@include svg-size(18px);
}
&.s24 {
@include svg-size(24px);
}
&.s32 {
@include svg-size(32px);
}
&.s48 {
@include svg-size(48px);
}
&.s72 {
@include svg-size(72px);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment