Skip to content

Commit

Permalink
move elevation-none
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Jan 8, 2025
1 parent ab34ecc commit 1b29956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/variables/_elevation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ $elevation-map: () !default;
$elevation-map: map.merge(
$elevation-map,
(
'elevation-none': $elevation-none,
'elevation-1': $elevation-1,
'elevation-2': $elevation-2,
'elevation-3': $elevation-3,
'elevation-4': $elevation-4,
'elevation-5': $elevation-5,
'elevation-none': $elevation-none,
)
);

0 comments on commit 1b29956

Please sign in to comment.