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/_utils.scss

12 lines
250 B
SCSS
Raw Permalink Normal View History

2022-12-17 22:34:02 +01:00
/* 1. Utils
** All the utilities class of the stylesheet
*/
@import 'utils/a11y';
@import 'utils/align';
@import 'utils/borders';
@import 'utils/colorize';
@import 'utils/lists';
@import 'utils/sizing';
@import 'utils/flex';
2022-12-18 16:10:12 +01:00
@import 'utils/display';