Skip to content

Instantly share code, notes, and snippets.

View GMchris's full-sized avatar
😎

Kristian Ignatov GMchris

😎
  • Bulgaria
View GitHub Profile
@GMchris
GMchris / react-transition-group-mixins.scss
Last active March 29, 2018 14:05
Sass mixins to easily generate react-transition-group classes
@mixin list($map) {
@each $key, $value in $map {
#{$key}: $value;
}
}
@mixin list($map) {
@each $key, $value in $map {
#{$key}: $value;
}