Skip to content

Commit 476c717

Browse files
committed
fix (Abstract context-align) : missing global flag
1 parent da38b8c commit 476c717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/abstract/_f-context-align.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $function-context-align-last-value: "";
2727
@return ".align" + $function-context-align-last-value;
2828
}
2929
} @else {
30-
$function-context-align-last-value: $value;
30+
$function-context-align-last-value: $value !global;
3131

3232
@if ($entry-file-name == "editor-style") {
3333
@return "[data-align=\"" + $value + "\"]" + $suffix;

0 commit comments

Comments
 (0)