-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
43 lines (33 loc) · 811 Bytes
/
main.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
33
34
35
36
37
38
39
40
41
42
43
/* ==========================================================================
Main CSS file
========================================================================== */
/*
* This is main manifest file. DO NOT WRITE YOUR CSS HERE DIRECTLY.
* Only use @import and @tailwind to import all your files.
* Table of Contents:
* 1. Settings
* 2. Tools
* 3. Generic
* 4. Elements
* 5. Objects
* 6. Components
* 7. Templates
* 8. Utilities
*/
// Settings
@import 'settings/settings';
// Tools
@import 'tools/tools';
// Generic
@import 'generic/generic';
@tailwind preflight; //normalize
// Elements
@import 'elements/elements';
// Objects
@import 'objects/objects';
// Components
@import 'components/components';
// Components
@import 'templates/templates';
// Utilites
@tailwind utilities;