gaps: allow optional px suffix
This commit is contained in:
committed by
Michael Stapelberg
parent
b2c696f680
commit
a5791b2e64
@ -111,6 +111,12 @@ state GAPS_WITH_SCOPE:
|
||||
|
||||
state GAPS_WITH_MODE:
|
||||
value = word
|
||||
-> GAPS_END
|
||||
|
||||
state GAPS_END:
|
||||
'px'
|
||||
->
|
||||
end
|
||||
-> call cmd_gaps($type, $scope, $mode, $value)
|
||||
|
||||
state BORDER_WIDTH:
|
||||
|
Reference in New Issue
Block a user