Mixins file added.

Contains reusable family of operations. Helps to follow Don't Repeat
Yourself (DRY) methodology.
This commit is contained in:
spongycake 2022-01-26 01:17:01 +00:00
parent 1b35e763fe
commit 0d62040180
1 changed files with 2 additions and 0 deletions

2
src/scss/_mixins.scss Normal file
View File

@ -0,0 +1,2 @@
// Vendor
@import "vendor/_sass-mq.scss";