links variables translated from colors to components

This commit is contained in:
Raphael Goetter 2017-12-07 14:50:01 +01:00
parent 5da87c3e99
commit 8f61160426
2 changed files with 7 additions and 6 deletions

View file

@ -95,7 +95,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
}
.flex-container--column,
.flex-row {
.flex-column {
@extend .flex-container;
flex-direction: column;
}