rsnext/examples/with-external-scoped-css/pages/index.sass
Victor Nahuel Chaves 5187fcdb80 add postcss after sass compilation to with-external-scoped-css example (#1640)
* add postcss after sass compilation

* Fix indent

* Fixed mixed tab indent with spaces
2017-05-27 14:18:50 +02:00

7 lines
103 B
Sass

@import "../global"
.example
@include opacity(0.5)
font-size: 36px
width: 300px
display: flex