This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oscarleiva
/
energylink
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
ux(sass): restored missing clearfix class
Torkel Ödegaard
10 years ago
parent
9045be0c12
commit
594ab0e2b5
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
public/sass/utils/_utils.scss
+ 4
- 0
public/sass/utils/_utils.scss
View File
@@ -1,3 +1,7 @@
+.clearfix {
+ @include clearfix();
+}
+
.highlight-word {
color: $orange;
}