Removed the mixins that were moved from the variables file.

This commit is contained in:
Dank Gabs 2019-07-19 22:23:32 -04:00
parent 8e1d931996
commit 5061e8f9e4

@ -29,18 +29,6 @@ $gab-background-container-light: #fff;
$gab-default-text-light: #6c6c6c;
// theme mixins
@mixin light-theme-shadow() {box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);}
// NOTE - probably a better place to put this
@mixin gab-container-standards() {
border-radius: 10px;
background: $gab-background-container;
body.theme-gabsocial-light & {
@include light-theme-shadow();
background: $gab-background-container-light;
}
}