+ 1
Is SASS a procedural programming language?
it has @mixin my_function which is similar function my_function @import & @include which is similar to require and include (php) and it has $variables identical to php variables.
1 ответ
+ 3
"Sass is a declarative scripting language, an extension to CSS, not a procedurally programming language like JavaScript. Despite that, it does have some limited procedural capabilities via its control directives."
its more of a css transpiler than a language tho