Skip to content

Commit

Permalink
fix: ns-new -> ns
Browse files Browse the repository at this point in the history
  • Loading branch information
Arucard89 committed Feb 7, 2024
1 parent a5a8d85 commit 6c0c2a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Slider/BaseSlider/BaseSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@use '../../../../styles/mixins';

$original-class: 'rc-slider';
$block: '.#{variables.$ns-new}base-slider';
$block: '.#{variables.$ns}base-slider';
$mark: '.#{$original-class}-mark';
$mark-text: '#{$mark}-text';
$dot: '.#{$original-class}-dot';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use './variables' as slider-variables;
@use '../../../styles/mixins';

$block: '.#{variables.$ns-new}slider';
$block: '.#{variables.$ns}slider';

#{$block} {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Slider/SliderTooltip/SliderTooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@use '../variables' as slider-variables;
@use '../../../../styles/mixins';

$block: '.#{variables.$ns-new}slider-tooltip';
$block: '.#{variables.$ns}slider-tooltip';

#{$block} {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Slider/__stories__/SliderShowcase.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../../variables';

$block: '.#{variables.$ns-new}slider-showcase';
$block: '.#{variables.$ns}slider-showcase';

#{$block} {
display: grid;
Expand Down

0 comments on commit 6c0c2a9

Please sign in to comment.