Skip to content

Commit

Permalink
fix: CSS naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadHarith committed Nov 3, 2021
1 parent 156759f commit 9ee50e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/range-slider/src/RangeSlider.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
};
</script>

<div class="multi-range">
<div class="resp__multi-range">
<input
id="lower"
type="range"
Expand All @@ -68,7 +68,7 @@
</div>

<style lang="scss">
.multi-range {
.resp__multi-range {
position: relative;
width: 100%;
Expand Down

0 comments on commit 9ee50e2

Please sign in to comment.