cleek 2.10.16 → 2.10.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,72 +1,72 @@
1
- .cursor-auto
2
- cursor auto
3
- .cursor-default
4
- cursor default
5
- .cursor-pointer
6
- cursor pointer
7
- .cursor-wait
8
- cursor wait
9
- .cursor-text
10
- cursor text
11
- .cursor-move
12
- cursor move
13
- .cursor-help
14
- cursor help
15
- .cursor-not-allowed
16
- cursor not-allowed
17
- .cursor-none
18
- cursor none
19
- .cursor-context-menu
20
- cursor context-menu
21
- .cursor-progress
22
- cursor progress
23
- .cursor-cell
24
- cursor cell
25
- .cursor-crosshair
26
- cursor crosshair
27
- .cursor-vertical-text
28
- cursor vertical-text
29
- .cursor-alias
30
- cursor alias
31
- .cursor-copy
32
- cursor copy
33
- .cursor-no-drop
34
- cursor no-drop
35
- .cursor-grab
36
- cursor grab
37
- .cursor-grabbing
38
- cursor grabbing
39
- .cursor-all-scroll
40
- cursor all-scroll
41
- .cursor-col-resize
42
- cursor col-resize
43
- .cursor-row-resize
44
- cursor row-resize
45
- .cursor-n-resize
46
- cursor n-resize
47
- .cursor-e-resize
48
- cursor e-resize
49
- .cursor-s-resize
50
- cursor s-resize
51
- .cursor-w-resize
52
- cursor w-resize
53
- .cursor-ne-resize
54
- cursor ne-resize
55
- .cursor-nw-resize
56
- cursor nw-resize
57
- .cursor-se-resize
58
- cursor se-resize
59
- .cursor-sw-resize
60
- cursor sw-resize
61
- .cursor-ew-resize
62
- cursor ew-resize
63
- .cursor-ns-resize
64
- cursor ns-resize
65
- .cursor-nesw-resize
66
- cursor nesw-resize
67
- .cursor-nwse-resize
68
- cursor nwse-resize
69
- .cursor-zoom-in
70
- cursor zoom-in
71
- .cursor-zoom-out
72
- cursor zoom-out
1
+ .cursor-auto
2
+ cursor auto
3
+ .cursor-default
4
+ cursor default
5
+ .cursor-pointer
6
+ cursor pointer
7
+ .cursor-wait
8
+ cursor wait
9
+ .cursor-text
10
+ cursor text
11
+ .cursor-move
12
+ cursor move
13
+ .cursor-help
14
+ cursor help
15
+ .cursor-not-allowed
16
+ cursor not-allowed
17
+ .cursor-none
18
+ cursor none
19
+ .cursor-context-menu
20
+ cursor context-menu
21
+ .cursor-progress
22
+ cursor progress
23
+ .cursor-cell
24
+ cursor cell
25
+ .cursor-crosshair
26
+ cursor crosshair
27
+ .cursor-vertical-text
28
+ cursor vertical-text
29
+ .cursor-alias
30
+ cursor alias
31
+ .cursor-copy
32
+ cursor copy
33
+ .cursor-no-drop
34
+ cursor no-drop
35
+ .cursor-grab
36
+ cursor grab
37
+ .cursor-grabbing
38
+ cursor grabbing
39
+ .cursor-all-scroll
40
+ cursor all-scroll
41
+ .cursor-col-resize
42
+ cursor col-resize
43
+ .cursor-row-resize
44
+ cursor row-resize
45
+ .cursor-n-resize
46
+ cursor n-resize
47
+ .cursor-e-resize
48
+ cursor e-resize
49
+ .cursor-s-resize
50
+ cursor s-resize
51
+ .cursor-w-resize
52
+ cursor w-resize
53
+ .cursor-ne-resize
54
+ cursor ne-resize
55
+ .cursor-nw-resize
56
+ cursor nw-resize
57
+ .cursor-se-resize
58
+ cursor se-resize
59
+ .cursor-sw-resize
60
+ cursor sw-resize
61
+ .cursor-ew-resize
62
+ cursor ew-resize
63
+ .cursor-ns-resize
64
+ cursor ns-resize
65
+ .cursor-nesw-resize
66
+ cursor nesw-resize
67
+ .cursor-nwse-resize
68
+ cursor nwse-resize
69
+ .cursor-zoom-in
70
+ cursor zoom-in
71
+ .cursor-zoom-out
72
+ cursor zoom-out
@@ -1,42 +1,42 @@
1
- .block
2
- display block
3
- .inline-block
4
- display inline-block
5
- .inline
6
- display inline
7
- .flex
8
- display flex
9
- .inline-flex
10
- display inline-flex
11
- .table
12
- display table
13
- .inline-table
14
- display inline-table
15
- .table-caption
16
- display table-caption
17
- .table-cell
18
- display table-cell
19
- .table-column
20
- display table-column
21
- .table-column-group
22
- display table-column-group
23
- .table-footer-group
24
- display table-footer-group
25
- .table-header-group
26
- display table-header-group
27
- .table-row-group
28
- display table-row-group
29
- .table-row
30
- display table-row
31
- .flow-root
32
- display flow-root
33
- .grid
34
- display grid
35
- .inline-grid
36
- display inline-grid
37
- .contents
38
- display contents
39
- .list-item
40
- display list-item
41
- .hidden
42
- display none
1
+ .block
2
+ display block
3
+ .inline-block
4
+ display inline-block
5
+ .inline
6
+ display inline
7
+ .flex
8
+ display flex
9
+ .inline-flex
10
+ display inline-flex
11
+ .table
12
+ display table
13
+ .inline-table
14
+ display inline-table
15
+ .table-caption
16
+ display table-caption
17
+ .table-cell
18
+ display table-cell
19
+ .table-column
20
+ display table-column
21
+ .table-column-group
22
+ display table-column-group
23
+ .table-footer-group
24
+ display table-footer-group
25
+ .table-header-group
26
+ display table-header-group
27
+ .table-row-group
28
+ display table-row-group
29
+ .table-row
30
+ display table-row
31
+ .flow-root
32
+ display flow-root
33
+ .grid
34
+ display grid
35
+ .inline-grid
36
+ display inline-grid
37
+ .contents
38
+ display contents
39
+ .list-item
40
+ display list-item
41
+ .hidden
42
+ display none
@@ -1,4 +1,4 @@
1
- .shrink
2
- flex-shrink 1
3
- .shrink-0
4
- flex-shrink 0
1
+ .shrink
2
+ flex-shrink 1
3
+ .shrink-0
4
+ flex-shrink 0
@@ -1,6 +1,6 @@
1
- .flex-wrap
2
- flex-wrap wrap !important
3
- .flex-wrap-reverse
4
- flex-wrap wrap-reverse !important
5
- .flex-nowrap
6
- flex-wrap nowrap !important
1
+ .flex-wrap
2
+ flex-wrap wrap !important
3
+ .flex-wrap-reverse
4
+ flex-wrap wrap-reverse !important
5
+ .flex-nowrap
6
+ flex-wrap nowrap !important
@@ -1,18 +1,18 @@
1
- .font-thin
2
- font-weight 100
3
- .font-extralight
4
- font-weight 200
5
- .font-light
6
- font-weight 300
7
- .font-normal
8
- font-weight 400
9
- .font-medium
10
- font-weight 500
11
- .font-semibold
12
- font-weight 600
13
- .font-bold
14
- font-weight 700
15
- .font-extrabold
16
- font-weight 800
17
- .font-black
18
- font-weight 900
1
+ .font-thin
2
+ font-weight 100
3
+ .font-extralight
4
+ font-weight 200
5
+ .font-light
6
+ font-weight 300
7
+ .font-normal
8
+ font-weight 400
9
+ .font-medium
10
+ font-weight 500
11
+ .font-semibold
12
+ font-weight 600
13
+ .font-bold
14
+ font-weight 700
15
+ .font-extrabold
16
+ font-weight 800
17
+ .font-black
18
+ font-weight 900
@@ -1,15 +1,15 @@
1
- @import './.custom'
2
- @import './align-items'
3
- @import './cursor'
4
- @import './display'
5
- @import './flex-direction'
6
- @import './flex-shrink'
7
- @import './flex-wrap'
8
- @import './font-weight'
9
- @import './justify-content'
10
- @import './margin'
11
- @import './padding'
12
- @import './position'
13
- @import './text-align'
14
- @import './whitespace'
15
- @import './width'
1
+ @import './.custom'
2
+ @import './align-items'
3
+ @import './cursor'
4
+ @import './display'
5
+ @import './flex-direction'
6
+ @import './flex-shrink'
7
+ @import './flex-wrap'
8
+ @import './font-weight'
9
+ @import './justify-content'
10
+ @import './margin'
11
+ @import './padding'
12
+ @import './position'
13
+ @import './text-align'
14
+ @import './whitespace'
15
+ @import './width'
@@ -1,12 +1,12 @@
1
- .justify-start
2
- justify-content flex-start
3
- .justify-end
4
- justify-content flex-end
5
- .justify-center
6
- justify-content center
7
- .justify-between
8
- justify-content space-between
9
- .justify-around
10
- justify-content space-around
11
- .justify-evenly
12
- justify-content space-evenly
1
+ .justify-start
2
+ justify-content flex-start
3
+ .justify-end
4
+ justify-content flex-end
5
+ .justify-center
6
+ justify-content center
7
+ .justify-between
8
+ justify-content space-between
9
+ .justify-around
10
+ justify-content space-around
11
+ .justify-evenly
12
+ justify-content space-evenly