Skip to content

Commit

Permalink
feat: updated css build options
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Mar 3, 2025
1 parent a754626 commit 59ef4d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion playground/scripts/configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const configuredSassPlugin = sassPlugin({
stage: 0,
features: {
'logical-properties-and-values': false,
'custom-properties': false,
},
}),
]).process(source, config);
Expand Down
1 change: 0 additions & 1 deletion scripts/package-build-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const plugins = [
stage: 0,
features: {
'logical-properties-and-values': false,
'custom-properties': false,
},
}),
]).process(source, {from: undefined});
Expand Down

0 comments on commit 59ef4d4

Please sign in to comment.