Commit ff57f595 authored by Alec Rust's avatar Alec Rust
Browse files

Corrected spacing

parent d335adf6
1 merge request!2923Corrected spacing
Showing with 1 addition and 1 deletion
+1 -1
...@@ -302,7 +302,7 @@ ...@@ -302,7 +302,7 @@
// Opacity // Opacity
.opacity(@opacity: 100) { .opacity(@opacity: 100) {
opacity: @opacity / 100; opacity: @opacity / 100;
filter: ~"alpha(opacity=@{opacity})"; filter: ~"alpha(opacity=@{opacity})";
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment