@acorex/styles 4.0.24 → 5.0.4

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.
Files changed (107) hide show
  1. package/index.scss +2 -48
  2. package/package.json +11 -11
  3. package/src/base/_colors.scss +16 -0
  4. package/src/base/index.scss +7 -0
  5. package/src/components/_alert.scss +148 -0
  6. package/src/components/_badge.scss +39 -0
  7. package/src/components/_button.scss +652 -0
  8. package/src/components/_calendar.scss +97 -0
  9. package/src/components/_carousel.scss +61 -0
  10. package/src/components/_checkbox.scss +25 -0
  11. package/src/components/_datapager.scss +40 -0
  12. package/src/components/_datepicker.scss +5 -0
  13. package/src/components/_dialog.scss +62 -0
  14. package/src/components/_drawer.scss +79 -0
  15. package/src/components/_dropdown.scss +178 -0
  16. package/src/components/_editor-container.scss +70 -0
  17. package/src/components/_form.scss +8 -0
  18. package/src/components/_input.scss +16 -0
  19. package/src/components/_label.scss +5 -0
  20. package/src/components/_list.scss +49 -0
  21. package/src/components/_loading.scss +54 -0
  22. package/src/components/_popup.scss +87 -0
  23. package/src/components/_radio.scss +30 -0
  24. package/src/components/_range-slider.scss +14 -0
  25. package/src/components/_selectbox.scss +15 -0
  26. package/src/components/_selection-list.scss +28 -0
  27. package/src/components/_side-menu.scss +46 -0
  28. package/src/components/_skeleton.scss +25 -0
  29. package/src/components/_switch.scss +200 -0
  30. package/src/components/_table.scss +22 -0
  31. package/src/components/_tabs.scss +117 -0
  32. package/src/components/_toast.scss +94 -0
  33. package/src/components/_tooltip.scss +44 -0
  34. package/src/components/index.scss +29 -0
  35. package/{variables/bases/_color.scss → src/variables/_colors.scss} +135 -135
  36. package/src/variables/_mixins.scss +18 -0
  37. package/scss/ax-icon/fonts/acorex.eot +0 -0
  38. package/scss/ax-icon/fonts/acorex.svg +0 -1434
  39. package/scss/ax-icon/fonts/acorex.ttf +0 -0
  40. package/scss/ax-icon/fonts/acorex.woff +0 -0
  41. package/scss/ax-icon/selection.json +0 -1
  42. package/scss/ax-icon/style.scss +0 -7218
  43. package/scss/ax-icon/variables.scss +0 -1428
  44. package/scss/bases/accessiblity.scss +0 -38
  45. package/scss/bases/background.scss +0 -76
  46. package/scss/bases/border.scss +0 -453
  47. package/scss/bases/effects.scss +0 -56
  48. package/scss/bases/filter.scss +0 -184
  49. package/scss/bases/flexbox-and-grid.scss +0 -254
  50. package/scss/bases/interactivity.scss +0 -42
  51. package/scss/bases/layout.scss +0 -207
  52. package/scss/bases/root.scss +0 -53
  53. package/scss/bases/sizing.scss +0 -43
  54. package/scss/bases/skeleton.scss +0 -30
  55. package/scss/bases/spacing.scss +0 -245
  56. package/scss/bases/svg.scss +0 -18
  57. package/scss/bases/table.scss +0 -15
  58. package/scss/bases/transform.scss +0 -114
  59. package/scss/bases/transition-and-animation.scss +0 -116
  60. package/scss/bases/typography.scss +0 -210
  61. package/scss/components/alert.scss +0 -131
  62. package/scss/components/badge.scss +0 -6
  63. package/scss/components/button.scss +0 -264
  64. package/scss/components/calendar.scss +0 -120
  65. package/scss/components/carousel.scss +0 -67
  66. package/scss/components/checkbox.scss +0 -36
  67. package/scss/components/datapager.scss +0 -80
  68. package/scss/components/datepicker.scss +0 -8
  69. package/scss/components/dialog.scss +0 -61
  70. package/scss/components/drawer.scss +0 -78
  71. package/scss/components/dropdown.scss +0 -35
  72. package/scss/components/editor-container.scss +0 -105
  73. package/scss/components/input.scss +0 -47
  74. package/scss/components/label.scss +0 -6
  75. package/scss/components/list.scss +0 -55
  76. package/scss/components/loading.scss +0 -47
  77. package/scss/components/popup.scss +0 -103
  78. package/scss/components/radio.scss +0 -36
  79. package/scss/components/selectbox.scss +0 -39
  80. package/scss/components/selection-list.scss +0 -22
  81. package/scss/components/side-menu.scss +0 -44
  82. package/scss/components/switch.scss +0 -178
  83. package/scss/components/table.scss +0 -22
  84. package/scss/components/tabs.scss +0 -115
  85. package/scss/components/text-box.scss +0 -4
  86. package/scss/components/toast.scss +0 -82
  87. package/scss/components/tooltip.scss +0 -42
  88. package/variables/bases/_accessiblity.scss +0 -22
  89. package/variables/bases/_background.scss +0 -57
  90. package/variables/bases/_border.scss +0 -106
  91. package/variables/bases/_common.scss +0 -6
  92. package/variables/bases/_effects.scss +0 -36
  93. package/variables/bases/_filter.scss +0 -62
  94. package/variables/bases/_flexbox-and-grid.scss +0 -138
  95. package/variables/bases/_interactivity.scss +0 -31
  96. package/variables/bases/_layout.scss +0 -102
  97. package/variables/bases/_root.scss +0 -70
  98. package/variables/bases/_sizing.scss +0 -322
  99. package/variables/bases/_spacing.scss +0 -38
  100. package/variables/bases/_svg.scss +0 -1
  101. package/variables/bases/_table.scss +0 -2
  102. package/variables/bases/_transform.scss +0 -88
  103. package/variables/bases/_transition-and-animation.scss +0 -26
  104. package/variables/bases/_typography.scss +0 -191
  105. package/variables/components/_button.scss +0 -0
  106. package/variables/components/_editor-container.scss +0 -5
  107. package/variables/components/_input.scss +0 -0
@@ -1,42 +0,0 @@
1
- .ax-tooltip-container {
2
- @extend .ax-relative;
3
- .ax-tooltip {
4
- @extend .ax-block, .ax-p-1, .ax-bg-black, .ax-text-white, .ax-rounded;
5
- }
6
- .ax-tooltip-tringle {
7
- width: 0;
8
- height: 0;
9
- border-left: 5px solid transparent;
10
- border-right: 5px solid transparent;
11
- border-top: 5px solid #000;
12
- position: absolute;
13
-
14
- &.ax-tooltip-tringle-bottom {
15
- transform: rotate(180deg);
16
- left: 0;
17
- right: 0;
18
- margin: auto;
19
- top: -5px;
20
- }
21
- &.ax-tooltip-tringle-right {
22
- transform: rotate(90deg);
23
- top: 0;
24
- bottom: 0;
25
- margin: auto;
26
- left: -7px;
27
- }
28
- &.ax-tooltip-tringle-top {
29
- transform: rotate(0deg);
30
- left: 0;
31
- right: 0;
32
- margin: auto;
33
- }
34
- &.ax-tooltip-tringle-left {
35
- transform: rotate(270deg);
36
- top: 0;
37
- bottom: 0;
38
- margin: auto;
39
- right: -7px;
40
- }
41
- }
42
- }
@@ -1,22 +0,0 @@
1
- @mixin components-sizing($padding, $fontSize, $lineHeight, $depth) {
2
- padding: $padding;
3
- font-size: $fontSize;
4
- line-height: $lineHeight;
5
- border-radius: $depth;
6
- }
7
-
8
- @mixin media-sm {
9
- @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
10
- @content;
11
- }
12
- }
13
- @mixin media-md {
14
- @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
15
- @content;
16
- }
17
- }
18
- @mixin media-lg {
19
- @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
20
- @content;
21
- }
22
- }
@@ -1,57 +0,0 @@
1
- $background-attachments: (
2
- fixed: fixed,
3
- local: local,
4
- scroll: scroll,
5
- );
6
-
7
- $background-clips: (
8
- border: border-box,
9
- padding: padding-box,
10
- content: content-box,
11
- text: text,
12
- );
13
-
14
- $background-opacities: (
15
- 0: 0,
16
- 5: 0.05,
17
- 10: 0.1,
18
- 20: 0.2,
19
- 25: 0.25,
20
- 30: 0.3,
21
- 40: 0.4,
22
- 50: 0.5,
23
- 60: 0.6,
24
- 70: 0.7,
25
- 75: 0.75,
26
- 80: 0.8,
27
- 90: 0.9,
28
- 95: 0.95,
29
- 100: 1,
30
- );
31
-
32
- $background-positions: (
33
- bottom: bottom,
34
- center: center,
35
- left: left,
36
- left-bottom: left bottom,
37
- left-top: left top,
38
- right: right,
39
- right-bottom: right bottom,
40
- right-top: right top,
41
- top: top,
42
- );
43
-
44
- $background-repeats: (
45
- repeat: repeat,
46
- no-repeat: no-repeat,
47
- repeat-x: repeat-x,
48
- repeat-y: repeat-y,
49
- repeat-round: round,
50
- repeat-space: space,
51
- );
52
-
53
- $background-sizes: (
54
- auto: auto,
55
- cover: cover,
56
- contain: contain,
57
- );
@@ -1,106 +0,0 @@
1
- $border-rounded: (
2
- none: 0px,
3
- sm: 0.125rem,
4
- rounded: 0.375rem,
5
- md: 0.375rem,
6
- lg: 0.5rem,
7
- xl: 0.75rem,
8
- 2xl: 1rem,
9
- 3xl: 1.5rem,
10
- full: 9999px,
11
- );
12
- $border-widths: (
13
- 0: 0px,
14
- 2: 2px,
15
- 4: 4px,
16
- 8: 8px,
17
- border: 1px,
18
- );
19
- $border-opcities: (
20
- 0: 0,
21
- 5: 0.05,
22
- 10: 0.1,
23
- 20: 0.2,
24
- 25: 0.25,
25
- 30: 0.3,
26
- 40: 0.4,
27
- 50: 0.5,
28
- 60: 0.6,
29
- 70: 0.7,
30
- 75: 0.75,
31
- 80: 0.8,
32
- 90: 0.9,
33
- 95: 0.95,
34
- 100: 1,
35
- );
36
- $border-styles: (
37
- solid: solid,
38
- dashed: dashed,
39
- dotted: dotted,
40
- double: double,
41
- none: none,
42
- );
43
-
44
- $divide-width: (
45
- 0: 0px,
46
- 2: 2px,
47
- 4: 4px,
48
- 8: 8px,
49
- );
50
- $divide-opcities: (
51
- 0: 0,
52
- 5: 0.05,
53
- 10: 0.1,
54
- 20: 0.2,
55
- 25: 0.25,
56
- 30: 0.3,
57
- 40: 0.4,
58
- 50: 0.5,
59
- 60: 0.6,
60
- 70: 0.7,
61
- 75: 0.75,
62
- 80: 0.8,
63
- 90: 0.9,
64
- 95: 0.95,
65
- 100: 1,
66
- );
67
- $divide-styles: (
68
- solid: solid,
69
- dashed: dashed,
70
- dotted: dotted,
71
- double: double,
72
- none: none,
73
- );
74
-
75
- $ring-width: (
76
- ring-0: 0px,
77
- ring-1: 1px,
78
- ring-2: 2px,
79
- ring: 3px,
80
- ring-4: 4px,
81
- ring-8: 8px,
82
- );
83
- $ring-opcities: (
84
- 0: 0,
85
- 5: 0.05,
86
- 10: 0.1,
87
- 20: 0.2,
88
- 25: 0.25,
89
- 30: 0.3,
90
- 40: 0.4,
91
- 50: 0.5,
92
- 60: 0.6,
93
- 70: 0.7,
94
- 75: 0.75,
95
- 80: 0.8,
96
- 90: 0.9,
97
- 95: 0.95,
98
- 100: 1,
99
- );
100
- $ring-offsets: (
101
- 0: 0px,
102
- 1: 1px,
103
- 2: 2px,
104
- 4: 4px,
105
- 8: 8px,
106
- );
@@ -1,6 +0,0 @@
1
- @mixin focus($width, $color, $style, $offset) {
2
- outline-width: 1px;
3
- outline-color: rgb(var(--ax-color-#{$name}-200));
4
- outline-style: dashed;
5
- outline-offset: -4px;
6
- }
@@ -1,36 +0,0 @@
1
- $opcities: (
2
- 0: 0,
3
- 5: 0.05,
4
- 10: 0.1,
5
- 20: 0.2,
6
- 25: 0.25,
7
- 30: 0.3,
8
- 40: 0.4,
9
- 50: 0.5,
10
- 60: 0.6,
11
- 70: 0.7,
12
- 75: 0.75,
13
- 80: 0.8,
14
- 90: 0.9,
15
- 95: 0.95,
16
- 100: 1,
17
- );
18
-
19
- $mix-blend: (
20
- normal,
21
- multiply,
22
- screen,
23
- overlay,
24
- darken,
25
- lighten,
26
- color-dodge,
27
- color-burn,
28
- hard-light,
29
- soft-light,
30
- difference,
31
- exclusion,
32
- hue,
33
- saturation,
34
- color,
35
- luminosity
36
- );
@@ -1,62 +0,0 @@
1
- $blur: (
2
- none: 0,
3
- sm: 4px,
4
- blur: 8px,
5
- md: 12px,
6
- lg: 16px,
7
- xl: 24px,
8
- 2xl: 40px,
9
- 3xl: 64px,
10
- );
11
-
12
- $brightness: (
13
- 0: 0,
14
- 50: 0.5,
15
- 75: 0.75,
16
- 90: 0.9,
17
- 95: 0.95,
18
- 100: 1,
19
- 105: 1.05,
20
- 110: 1.1,
21
- 125: 1.25,
22
- 150: 1.5,
23
- 200: 2,
24
- );
25
-
26
- $contrast: (
27
- 0: 0,
28
- 50: 0.5,
29
- 75: 0.75,
30
- 100: 1,
31
- 125: 1.25,
32
- 150: 1.5,
33
- 200: 2,
34
- );
35
-
36
- $hue-rotate: (180, 90, 60, 30, 15, 0);
37
-
38
- $saturate: (
39
- 0: 0,
40
- 50: 0.5,
41
- 100: 1,
42
- 150: 1.5,
43
- 200: 2,
44
- );
45
-
46
- $opcities: (
47
- 0: 0,
48
- 5: 0.05,
49
- 10: 0.1,
50
- 20: 0.2,
51
- 25: 0.25,
52
- 30: 0.3,
53
- 40: 0.4,
54
- 50: 0.5,
55
- 60: 0.6,
56
- 70: 0.7,
57
- 75: 0.75,
58
- 80: 0.8,
59
- 90: 0.9,
60
- 95: 0.95,
61
- 100: 1,
62
- );
@@ -1,138 +0,0 @@
1
- $flex-directions: (
2
- row: row,
3
- row-reverse: row-reverse,
4
- col: column,
5
- col-reverse: column-reverse,
6
- );
7
- $flex-wraps: (wrap, wrap-reverse, nowrap);
8
- $flexs: (
9
- 1: 1 1 0%,
10
- auto: 1 1 auto,
11
- initial: 0 1 auto,
12
- none: none,
13
- );
14
- $flex-grows: (
15
- grow-0: 0,
16
- grow: 1,
17
- );
18
- $flex-shrinks: (
19
- shrink-0: 0,
20
- shrink: 1,
21
- );
22
- $orders: (
23
- 1: 1,
24
- 2: 2,
25
- 3: 3,
26
- 4: 4,
27
- 5: 5,
28
- 6: 6,
29
- 7: 7,
30
- 8: 8,
31
- 9: 9,
32
- 10: 10,
33
- 11: 11,
34
- 12: 12,
35
- first: -9999,
36
- last: 9999,
37
- none: 0,
38
- );
39
-
40
- $cols: (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, none);
41
- $cols-start-end: (auto, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, full);
42
- $rows: (1, 2, 3, 4, 5, 6, none);
43
- $rows-start-end: (auto, 1, 2, 3, 4, 5, 6, 7, full);
44
- $flow: (
45
- row: row,
46
- col: column,
47
- row-dense: row dense,
48
- col-dense: column dense,
49
- );
50
- $auto-columns-rows: (
51
- auto: auto,
52
- min: min-content,
53
- max: max-content,
54
- fr: minmax(0, 1fr),
55
- );
56
- $gap: (
57
- 0: 0px,
58
- px: 1px,
59
- 0\.5: 0.125rem,
60
- 1: 0.25rem,
61
- 1\.5: 0.375rem,
62
- 2: 0.5rem,
63
- 2\.5: 0.625rem,
64
- 3: 0.75rem,
65
- 3\.5: 0.875rem,
66
- 4: 1rem,
67
- 5: 1.25rem,
68
- 6: 1.5rem,
69
- 7: 1.75rem,
70
- 8: 2rem,
71
- 9: 2.25rem,
72
- 10: 2.5rem,
73
- 11: 2.75rem,
74
- 12: 3rem,
75
- 14: 3.5rem,
76
- 16: 4rem,
77
- 20: 5rem,
78
- 24: 6rem,
79
- 28: 7rem,
80
- 32: 8rem,
81
- 36: 9rem,
82
- 40: 10rem,
83
- 44: 11rem,
84
- 48: 12rem,
85
- 52: 13rem,
86
- 56: 14rem,
87
- 60: 15rem,
88
- 64: 16rem,
89
- 72: 18rem,
90
- 80: 20rem,
91
- 96: 24rem,
92
- );
93
-
94
- $justify-contents: (
95
- start: flex-start,
96
- end: flex-end,
97
- center: center,
98
- between: space-between,
99
- around: space-around,
100
- evenly: space-evenly,
101
- );
102
- $justify-items: (auto, start, end, center, stretch);
103
- $justify-selfs: (auto, start, end, center, stretch);
104
-
105
- $align-contents: (
106
- center: center,
107
- start: flex-start,
108
- end: flex-end,
109
- between: space-between,
110
- around: space-around,
111
- evenly: space-evenly,
112
- );
113
- $align-items: (
114
- start: flex-start,
115
- end: flex-end,
116
- center: center,
117
- baseline: baseline,
118
- stretch: stretch,
119
- );
120
- $align-selfs: (
121
- auto: auto,
122
- start: flex-start,
123
- end: flex-end,
124
- center: center,
125
- stretch: center,
126
- );
127
-
128
- $place-contents: (
129
- center: center,
130
- start: start,
131
- end: end,
132
- between: space-between,
133
- around: space-around,
134
- evenly: space-evenly,
135
- stretch: stretch,
136
- );
137
- $place-items: (auto, start, end, center, stretch);
138
- $place-selfs: (auto, start, end, center, stretch);
@@ -1,31 +0,0 @@
1
- $cursors: (
2
- auto: auto,
3
- default: default,
4
- pointer: pointer,
5
- wait: wait,
6
- text: text,
7
- move: move,
8
- not-allowed: not-allowed,
9
- );
10
-
11
- $outlines: (
12
- "none": transparent,
13
- "white": white,
14
- "black": black,
15
- );
16
-
17
- $pointer-events: (none, auto);
18
-
19
- $resizes: (
20
- resize-none: none,
21
- resize-y: vertical,
22
- resize-x: horizontal,
23
- resize: both,
24
- );
25
-
26
- $selects: (
27
- none: none,
28
- text: text,
29
- all: all,
30
- auto: auto,
31
- );
@@ -1,102 +0,0 @@
1
- $container-media-queries: (640px, 768px, 1024px, 1280px, 1536px);
2
- $box-sizings: (
3
- border: border-box,
4
- content: content-box,
5
- );
6
- $displays: (
7
- block,
8
- inline-block,
9
- inline,
10
- flex,
11
- inline-flex,
12
- table,
13
- table-caption,
14
- table-cell,
15
- table-column,
16
- table-column-group,
17
- table-footer-group,
18
- table-header-group,
19
- table-row-group,
20
- table-row,
21
- flow-root,
22
- grid,
23
- inline-grid,
24
- contents,
25
- none
26
- );
27
- $floats: (right, left, none);
28
- $clears: (left, right, both, none);
29
- $object-fits: (contain, cover, fill, none, scale-down);
30
- $object-positions: (
31
- bottom: bottom,
32
- center: center,
33
- left: left,
34
- left-bottom: left bottom,
35
- left-top: left top,
36
- right: right,
37
- right-bottom: right bottom,
38
- right-top: right top,
39
- top: top,
40
- );
41
- $overflows: (
42
- auto: auto,
43
- hidden: hidden,
44
- visible: visible,
45
- scroll: scroll,
46
- );
47
- $overscroll-behaviors: (
48
- auto: auto,
49
- contain: contain,
50
- none: none,
51
- );
52
- $positions: (static, fixed, absolute, relative, sticky);
53
- $position-sizes: (
54
- 0: 0px,
55
- px: 1px,
56
- 0\.5: 0.125rem,
57
- 1: 0.25rem,
58
- 1\.5: 0.375rem,
59
- 2: 0.5rem,
60
- 2\.5: 0.625rem,
61
- 3: 0.75rem,
62
- 3\.5: 0.875rem,
63
- 4: 1rem,
64
- 5: 1.25rem,
65
- 6: 1.5rem,
66
- 7: 1.75rem,
67
- 8: 2rem,
68
- 9: 2.25rem,
69
- 10: 2.5rem,
70
- 11: 2.75rem,
71
- 12: 3rem,
72
- 14: 3.5rem,
73
- 16: 4rem,
74
- 20: 5rem,
75
- 24: 6rem,
76
- 28: 7rem,
77
- 32: 8rem,
78
- 36: 9rem,
79
- 40: 10rem,
80
- 44: 11rem,
81
- 48: 12rem,
82
- 52: 13rem,
83
- 56: 14rem,
84
- 60: 15rem,
85
- 64: 16rem,
86
- 72: 18rem,
87
- 80: 20rem,
88
- 96: 24rem,
89
- auto: auto,
90
- 1\\2: 50%,
91
- 1\\3: 33.333333%,
92
- 2\\3: 66.666667%,
93
- 1\\4: 25%,
94
- 2\\4: 50%,
95
- 3\\4: 75%,
96
- full: 100%,
97
- );
98
- $visibilities: (
99
- visible: visible,
100
- invisible: hidden,
101
- );
102
- $z-indexs: (0, 10, 20, 30, 40, 50, auto);
@@ -1,70 +0,0 @@
1
- @import "./color";
2
- @import "./sizing";
3
- @import "./spacing";
4
- @import "./typography";
5
- @import "./border";
6
-
7
- @mixin colors() {
8
- @each $name, $color in $theme-colors {
9
- @if (type-of($color) == "map") {
10
- @each $subname, $variant in $color {
11
- @if ($subname != "") {
12
- --ax-color-#{$name}-#{$subname}: #{$variant};
13
- } @else {
14
- --ax-color-#{$name}: #{$variant};
15
- }
16
- }
17
- } @else {
18
- --ax-color-#{$name}: #{$color};
19
- }
20
- }
21
- }
22
-
23
- @mixin sizes() {
24
- @each $key, $value in $w-sizes {
25
- --ax-w-#{$key}: #{$value};
26
- }
27
- @each $key, $value in $min-w-sizes {
28
- --ax-min-w-#{$key}: #{$value};
29
- }
30
- @each $key, $value in $max-w-sizes {
31
- --ax-max-w-#{$key}: #{$value};
32
- }
33
-
34
- @each $key, $value in $h-sizes {
35
- --ax-h-#{$key}: #{$value};
36
- }
37
- @each $key, $value in $min-h-sizes {
38
- --ax-min-h-#{$key}: #{$value};
39
- }
40
-
41
- @each $key, $value in $max-h-sizes {
42
- --ax-max-h-#{$key}: #{$value};
43
- }
44
- }
45
-
46
- @mixin spacing {
47
- @each $key, $value in $spacing-sizes {
48
- --ax-space-#{$key}: #{$value};
49
- }
50
- @each $key, $value in $spacing-sizes {
51
- --ax--space-#{$key}: -#{$value};
52
- }
53
- }
54
-
55
- @mixin font-size-line-height() {
56
- @each $key, $value in $font-sizes {
57
- --ax-font-size-#{$key}: #{nth($value, 1)};
58
- --ax-line-height-#{$key}: #{nth($value, 2)};
59
- }
60
- }
61
-
62
- @mixin border-rounded() {
63
- @each $key, $value in $border-rounded {
64
- @if ($key != "rounded") {
65
- --ax-border-rounded-#{$key}: #{$value};
66
- } @else {
67
- --ax-border-rounded: #{$value};
68
- }
69
- }
70
- }