fix(_config.scss): remove leading-zero

This commit is contained in:
Jérémy Dufraisse 2023-03-28 09:24:06 +02:00
parent fe7b7c83af
commit 026a55fe9e

View File

@ -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'