We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da38b8c commit 476c717Copy full SHA for 476c717
src/scss/abstract/_f-context-align.scss
@@ -27,7 +27,7 @@ $function-context-align-last-value: "";
27
@return ".align" + $function-context-align-last-value;
28
}
29
} @else {
30
- $function-context-align-last-value: $value;
+ $function-context-align-last-value: $value !global;
31
32
@if ($entry-file-name == "editor-style") {
33
@return "[data-align=\"" + $value + "\"]" + $suffix;
0 commit comments