This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/scss/_core.scss

10 lines
186 B
SCSS
Raw Normal View History

2022-12-17 22:34:02 +01:00
/* 0. CORE
** All the basic functions from the stylesheet
*/
2023-11-20 10:05:50 +01:00
@import 'core/bases';
2022-12-17 22:34:02 +01:00
@import 'core/typography';
@import 'core/containers';
2023-11-20 13:04:09 +01:00
@import 'core/icons';
2023-11-20 10:05:50 +01:00
//@import 'core/columns';