Web Developer
About Me
Resume
My Projects
My Certificate
Blogs
By
zero2full
Posted on
May 11, 2020
Posted in
SASS
SASS Section 5 – import
import command in sass just likes import in JavaScript
to use it: @import ‘path of the file you want to import’;
Previous Article
SASS Section 4 – @mixin
Next Article
SASS Section 6 – List function