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
3 lines
86 B
Sass
3 lines
86 B
Sass
@mixin opacity($opacity)
|
|
opacity: $opacity
|
|
filter: alpha(opacity=($opacity * 100)) |