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 1976dd0 commit dc989e6Copy full SHA for dc989e6
pkg/twmerge/modifier-utils.go
@@ -46,7 +46,7 @@ func MakeSplitModifiers(conf *TwMergeConfig) SplitModifiersFn {
46
baseClass = baseClassWithImportant
47
}
48
49
- // fix case where there is modifier & maybePostfix which causes maybePostfix to be beyond size of baseClass
+ // fix case where there is modifier & maybePostfix which causes maybePostfix to be beyond size of baseClass!
50
if maybePostfixModPosition != -1 && maybePostfixModPosition > modifierStart {
51
maybePostfixModPosition -= modifierStart
52
0 commit comments