Skip to content

Commit

Permalink
chore: bump css mixin fullVersion to 6.6 (#17919)
Browse files Browse the repository at this point in the history
CXSPA-4907

CSS fullVersion mixin was still on 6.5 version, thus has been upgraded.
  • Loading branch information
FollowTheFlo authored Oct 10, 2023
1 parent 3a7a6e4 commit e1aaaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/storefrontstyles/scss/_versioning.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// or `$styleVersion` are enabled.
$_fullVersion: (
major: 6,
minor: 5,
minor: 6,
patch: 0,
);

Expand Down

0 comments on commit e1aaaa8

Please sign in to comment.