kazhnuz.css/src/scss/_core.scss
2021-07-30 11:20:12 +02:00

9 lines
169 B
SCSS

/* 0. CORE
** All the basic functions from the stylesheet
*/
@import 'core/normalize';
@import 'core/box-sizing';
@import 'core/typography';
@import 'core/containers';