created grid system

This commit is contained in:
Yusuf Ipek
2021-05-01 15:07:44 +03:00
parent f4660562a4
commit 4d60e39e66
4 changed files with 65 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@mixin clearfix {
&::after {
content: "";
display: table;
clear: both;
}
}