-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.scss
36 lines (35 loc) · 1.05 KB
/
app.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
// ============================================================================
// ┌─┐┌─┐┌┬┐┌─┐┌─┐┌─┐┌─┐
// TABLE OF CONTENTS { │ │ ││││├─┘├─┤│ ┬│ │ }
// └─┘└─┘┴ ┴┴ ┴ ┴└─┘└─┘
// ============================================================================
//
// #### Setup
//
// - Config
// > Variables. Will be processed and iterated over in most cases.
//
// - Utils
// > Mixins and functions that consume the configs.
//
// - Generics
// > Resets, third party libs
//
// - Base
// > Element styles e.g. h1, h2, h3, p, ul etc
//
// ##### Styles
//
// - Atomics
// > Atomic, SRP (single responsibility principle) style classes
//
// - Objects
// > Re-usable UI patterns
//
// - Components
// > Bespoke UI implementations
//
// - Immutables
// > Stuff with !important in it.
@import
'config/vars';