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