L
L
lavezzi12016-06-30 12:56:32
css
lavezzi1, 2016-06-30 12:56:32

How to use these stylus mixins?

I found the bootstrap grid on Stylus, I want to use its mixins as it is easily done in SCSS, but it does not work. How is it done correctly?
Here is the grid https://github.com/maxmx/bootstrap-stylus/blob/mas...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
fetis26, 2016-06-30
@fetis26

Well, in the Stylus, these are essentially functions, i.e. something like this

.className {
  mixinName('param1', 'param2')
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question