mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
5187fcdb80
* add postcss after sass compilation * Fix indent * Fixed mixed tab indent with spaces
8 lines
103 B
Sass
8 lines
103 B
Sass
@import "../global"
|
|
|
|
.example
|
|
@include opacity(0.5)
|
|
font-size: 36px
|
|
width: 300px
|
|
display: flex
|