-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_type.name.scss
47 lines (37 loc) · 862 Bytes
/
_type.name.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
44
45
46
47
// ============================================================================
// Type
// Name
// Link
// ============================================================================
// Long-form Comments
//
// [1] Numbered reference for comments that apply to multiple lines
.type-name {
// 1. Encapsulated logic
// 1.1. Variables
// 1.2. Maps
// 1.3. Functions
// 1.4. Mixins
// 1.5. Extends
// 2. Properties
// 2.1. Box
// 2.2. Border
// 2.3. Background
// 2.4. Text
// 2.5. Other
// 3. Pseudo
// 3.1. Classes
// 3.2. Elements
// 4. States
// 4.1. Visited
// 4.2. Focus
// 4.3. Hover
// 4.4. Active
// 4.5. Attributes
// 5. Contexts
// 6. Media Queries
// 6.1. @supports
// 6.2. Feature Queries
// 6.3. Breakpoints
// 7. Nested selectors
}