sabry 0.0.6

Syntactically Awesome But RustY - crate that brings SCSS/SASS into rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.fuzz
    background-color: red
    display: block
    &-dark
        background-color: black
        color: white
        a
            text-transform: uppercase
            img
                position: absolute
                top: 0
                left: 10rem
    span
        position: relative
        display: grid
        grid-template-areas: 'a b c' 'd e f' 'x x x'
        display: block