Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
16
resources/sass/dashmix/helpers/_spacing.scss
Normal file
16
resources/sass/dashmix/helpers/_spacing.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Spacing
|
||||
// --------------------------------------------------
|
||||
|
||||
@each $name, $value in $spacers {
|
||||
.space-x-#{$name} > * + * {
|
||||
margin-left: $value;
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $value in $spacers {
|
||||
.space-y-#{$name} > * + * {
|
||||
margin-top: $value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user