Web Developer
About Me
Resume
My Projects
My Certificate
Blogs
By
zero2full
Posted on
May 11, 2020
Posted in
SASS
SASS Section 4 – @mixin
@mixin just likes function in programming language.
declare: @minxin funName( arg1, arg2, …) { properties defination}
to use mixin: @include funName(arg1, arg2, …);
Previous Article
SASS Section 3 – Inheritance
Next Article
SASS Section 5 – import