Skip to content

Release 2.1.1

Compare
Choose a tag to compare
@dmitry-lavrik dmitry-lavrik released this 03 Jun 09:04
· 3 commits to master since this release

Important change for stylus

.some
    md-block(@block{
        color red
        padding 20px
        margin 10px
    })
Doesn't work now!

This syntax had some problems with & and nested rules.

New way

.some
    +md-block()
        color red
        padding 20px
        margin 10px

It's compact and better.

Do not upgrade the smart-grid to version 2.1.1 if you are used to the old version for stylus.