.flash-alert { @include flash($alert-color); text-align: center; } .flash-error { @include flash($error-color); text-align: center; } .flash-notice { @include flash($notice-color); text-align: center; } .flash-success { @include flash($success-color); text-align: center; }