Skip to content

Commit 035be84

Browse files
committed
fix legacy default variables
1 parent b025066 commit 035be84

File tree

5 files changed

+1261
-1258
lines changed

5 files changed

+1261
-1258
lines changed

theme/web/custom-variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ $important-spacing: true; // ./base/spacing.scss
3535
$important-helpers: true; // ./helpers/helperclasses.scss
3636

3737
// == Legacy
38-
// ## Enable if your theme uses Sass variables (Atlas 3 standard)
39-
$use-legacy-variables: false;
38+
// ## Disable if your theme uses Sass variables (Atlas 3 standard)
39+
$use-css-variables: true;

0 commit comments

Comments
 (0)