Skip to content

Commit

Permalink
fix(slider): ignore slider track height
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Sep 18, 2022
1 parent 4cae7e0 commit 2387b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = () => {
viewportWidth: 375,
unitPrecision: 6,
unitToConvert: 'px',
selectorBlackList: ['.var-slider__track-background'],
propList: ['*'],
exclude: [/site\/components\//, /site\/pc/],
}
Expand Down

0 comments on commit 2387b16

Please sign in to comment.