-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.scss
32 lines (27 loc) · 1.23 KB
/
style.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* ==========================================================================
Header - Includes the style.css header and version etc.
========================================================================== */
@use "scss/header";
/* ==========================================================================
Variables
========================================================================== */
@use "scss/variables";
/* ==========================================================================
Layout
========================================================================== */
@use "scss/layout";
/* ==========================================================================
Specific Media STYLES
========================================================================== */
/* responsive styles */
@use "scss/partials/responsive";
/* ==========================================================================
Addons - for plugins and other customizations
========================================================================== */
@use "scss/addons/bootstrap";
@use "scss/addons/calendar";
@use "scss/addons/facetwp";
@use "scss/addons/relatedposts";
@use "scss/addons/searchwp";
@use "scss/addons/socialshare";
@use "scss/addons/stats";