UNPKG

202 BSCSSView Raw
1/*
2 Group selectors that share common styling.
3*/
4
5$button-selectors: '.btn', 'button', '[type="submit"], [type="reset"], [type="button"]';
6$header-selectors: 'h1', 'h2', 'h3', 'h4', 'h5', 'h6';
\No newline at end of file