A
A
arzamas-nick2019-02-14 18:34:59
Sass
arzamas-nick, 2019-02-14 18:34:59

How is the sass mixin currently being used?

How is the sass mixin currently being used?
After reading the documentation, I realized that they were used mainly so that the properties did not have to write prefixes for each browser, and now in 2019 how mixins are used, I would like to know?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2019-02-14
@sim3x

https://scotch.io/tutorials/how-to-use-sass-mixins
https://github.com/twbs/bootstrap/blob/v4-dev/scss...
Casual from scratch - good for media queries

N
NaN, 2019-02-15
@KornevaViktoria

To avoid code duplication, mixins should only be used if they must take arguments, and only to reduce code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question