You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
You are talking about the defining of the variables, but you do this "repetition" only once. I prefer to make the implementation of variables easier and faster because we do this a lot more during development. That is why I prefer:
$lorem-ipsum-dolor-sit-amet;
over:
map-get($lorem-ipsum-dolor, 'sit-amet')
I don't think we should change this for all variables. But only the variables that we use a lot during development. So I suggests changing things like line-height, but not the breakpoints array.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think the syntax to use a variable within an array is too verbose. I prefer to use:
over:
I would like to changing (some of the) array variables to seperate variables, to decrease complexity and increase development speed.
The text was updated successfully, but these errors were encountered: