feat: navigator sidebar

This commit is contained in:
NGPixel
2017-12-31 01:20:38 -05:00
parent 8b30d31457
commit a4e0e6d35c
4 changed files with 186 additions and 26 deletions

View File

@@ -1,16 +1,3 @@
/**
* Clearfix
*
* @return {string} Clearfix attribute
*/
@mixin clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
/**
* Placeholder attribute for inputs
*