@shawnsandy/mix
Version:
AtomMix--A toolkit for generating utility classes, components and styles-sheets for your design system, style-guide or website from SASS MAPS
20 lines (17 loc) • 369 B
CSS
/** mix stylesheet **/
/*
Do not edit directly
Generated on Sat, 20 Jun 2020 13:48:02 GMT
*/
/** GENERAL PURPOSE SASS-MIXINS **/
/** generates a series of modifies based a list of attributes **/
/**
**/
/**
* navbar
*/
/** generate all components in specified map--default component **/
.mx-swatch {
min-height: 60px;
width: 100%;
padding: 10px; }