fix(_config.scss): remove leading-zero
This commit is contained in:
parent
fe7b7c83af
commit
026a55fe9e
@ -163,9 +163,9 @@ $stalfos-config: (
|
||||
'width': (
|
||||
'items': (
|
||||
'full': '100%',
|
||||
'half': percentage(0.5),
|
||||
'quarter': percentage(0.25),
|
||||
'third': percentage(0.33)
|
||||
'half': percentage(.5),
|
||||
'quarter': percentage(.25),
|
||||
'third': percentage(.33)
|
||||
),
|
||||
'output': 'responsive',
|
||||
'property': 'width'
|
||||
|
Loading…
Reference in New Issue
Block a user