-
Notifications
You must be signed in to change notification settings - Fork 5
SASS
To avoid the use of !important keyword there is a logical precedence: items' rules are more important then containers' rules and flexbox containers' rules are more important then nested flexbox containers' rules. Lot of selector used have equal weight so it's essential to insert the lower ones - lower in the previous explained logical hierarchy - first in the CSS file. If two groups of selectors, belonging to different levels of the logical hierarchy, have same rules, using placeholders would have meant getting those selectors grouped together.
Okey, you have to modify only sass/strawberry.sass. But to avoid the use of !important keyword there is a logical precedence: items' rules are more important then containers' rules and flexbox containers' rules are more important then nested flexbox containers' rules. Lot of selector used have equal weight so it's essential to insert the lower ones - lower in the previous explained logical hierarchy - first in the CSS file. Respect this rule while editing the previous mentioned file.
Okey, you have to modify only sass/data/_breakpoints.sass.