We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3141a commit 9cd5298Copy full SHA for 9cd5298
src/index.ts
@@ -86,7 +86,7 @@ export = plugin(
86
87
function splitAndCombine(values: string, modifiers: string | null) {
88
const valueArray = (values || '').split(' ')
89
- const modifierArray = (modifiers || ['0,100%'].join(',')).split(',')
+ const modifierArray = (modifiers || ['0-100%'].join('-')).split('-')
90
91
const combinedValues = [valueArray[0], modifierArray[0], valueArray[1], modifierArray[1]]
92
0 commit comments