sabry 0.0.6

Syntactically Awesome But RustY - crate that brings SCSS/SASS into rust
Documentation
.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;
    }
}