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': ( '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'