@lucca-front/scss 20.2.0-rc.1 → 20.2.0-rc.3

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 (124) hide show
  1. package/dist/lucca-front.min.css +1 -1
  2. package/package.json +2 -2
  3. package/src/commons/config.scss +0 -5
  4. package/src/commons/core.scss +2 -2
  5. package/src/commons/exports.scss +1 -0
  6. package/src/commons/index.scss +2 -9
  7. package/src/commons/utils/index.scss +478 -480
  8. package/src/commons/utils/reset.scss +1 -1
  9. package/src/components/_sample/index.scss +6 -14
  10. package/src/components/appLayout/index.scss +7 -11
  11. package/src/components/avatar/index.scss +35 -43
  12. package/src/components/box/index.scss +3 -9
  13. package/src/components/breadcrumbs/index.scss +10 -16
  14. package/src/components/button/index.scss +125 -119
  15. package/src/components/button/mods.scss +1 -18
  16. package/src/components/button/states.scss +18 -0
  17. package/src/components/buttonGroup/component.scss +17 -0
  18. package/src/components/buttonGroup/index.scss +8 -20
  19. package/src/components/calendar/index.scss +44 -56
  20. package/src/components/callout/index.scss +4 -8
  21. package/src/components/calloutDisclosure/index.scss +9 -15
  22. package/src/components/card/index.scss +20 -26
  23. package/src/components/checkbox/index.scss +30 -36
  24. package/src/components/checkboxField/index.scss +55 -61
  25. package/src/components/chip/index.scss +17 -23
  26. package/src/components/clear/index.scss +17 -23
  27. package/src/components/code/index.scss +4 -8
  28. package/src/components/collapse/index.scss +7 -11
  29. package/src/components/comment/index.scss +20 -30
  30. package/src/components/container/index.scss +25 -29
  31. package/src/components/contentSection/index.scss +2 -4
  32. package/src/components/dataTable/index.scss +50 -66
  33. package/src/components/dataTable/mods.scss +2 -2
  34. package/src/components/dataTableSticked/index.scss +24 -32
  35. package/src/components/dateField/index.scss +20 -24
  36. package/src/components/dateRangeField/index.scss +25 -29
  37. package/src/components/dialog/index.scss +33 -37
  38. package/src/components/divider/index.scss +7 -11
  39. package/src/components/dropdown/index.scss +6 -12
  40. package/src/components/emptyState/component.scss +3 -0
  41. package/src/components/emptyState/index.scss +7 -11
  42. package/src/components/errorPage/index.scss +4 -8
  43. package/src/components/fancyBox/index.scss +4 -8
  44. package/src/components/field/index.scss +76 -96
  45. package/src/components/fieldset/index.scss +12 -18
  46. package/src/components/file/index.scss +30 -38
  47. package/src/components/fileEntry/index.scss +18 -24
  48. package/src/components/fileToolbar/index.scss +6 -10
  49. package/src/components/fileUpload/index.scss +31 -37
  50. package/src/components/filterBar/index.scss +13 -17
  51. package/src/components/filterBarDeprecated/index.scss +4 -8
  52. package/src/components/filterPill/index.scss +48 -56
  53. package/src/components/filters/index.scss +8 -14
  54. package/src/components/footer/index.scss +34 -38
  55. package/src/components/form/index.scss +84 -114
  56. package/src/components/form/mods.scss +5 -7
  57. package/src/components/formLabel/index.scss +13 -19
  58. package/src/components/gauge/index.scss +7 -11
  59. package/src/components/grid/index.scss +21 -25
  60. package/src/components/header/index.scss +12 -18
  61. package/src/components/highlightData/index.scss +24 -28
  62. package/src/components/horizontalNavigation/index.scss +36 -42
  63. package/src/components/index.scss +55 -57
  64. package/src/components/indexTable/index.scss +56 -54
  65. package/src/components/inlineMessage/index.scss +12 -18
  66. package/src/components/inputFramed/index.scss +24 -30
  67. package/src/components/label/index.scss +9 -13
  68. package/src/components/layout/index.scss +45 -51
  69. package/src/components/link/index.scss +8 -14
  70. package/src/components/link/mods.scss +1 -1
  71. package/src/components/list/index.scss +11 -15
  72. package/src/components/listing/index.scss +18 -22
  73. package/src/components/loading/index.scss +23 -27
  74. package/src/components/main/index.scss +15 -21
  75. package/src/components/mainLayout/index.scss +20 -26
  76. package/src/components/mobileHeader/index.scss +4 -8
  77. package/src/components/mobileNavigation/index.scss +2 -4
  78. package/src/components/navside/index.scss +56 -78
  79. package/src/components/newBadge/index.scss +4 -8
  80. package/src/components/notchBox/index.scss +13 -17
  81. package/src/components/notchBox/mods.scss +3 -3
  82. package/src/components/numericBadge/index.scss +16 -22
  83. package/src/components/pageHeader/index.scss +22 -26
  84. package/src/components/pagination/index.scss +6 -12
  85. package/src/components/plgPush/index.scss +2 -4
  86. package/src/components/popover/index.scss +2 -4
  87. package/src/components/progress/index.scss +9 -15
  88. package/src/components/radio/index.scss +12 -18
  89. package/src/components/radioButtons/index.scss +9 -15
  90. package/src/components/radioField/index.scss +40 -46
  91. package/src/components/readMore/index.scss +15 -21
  92. package/src/components/richText/index.scss +14 -20
  93. package/src/components/scrollBox/index.scss +10 -14
  94. package/src/components/section/index.scss +12 -16
  95. package/src/components/segmentedControl/index.scss +15 -23
  96. package/src/components/skeleton/index.scss +37 -43
  97. package/src/components/skipLinks/index.scss +2 -4
  98. package/src/components/sortableList/index.scss +6 -12
  99. package/src/components/statusBadge/index.scss +4 -8
  100. package/src/components/switch/index.scss +29 -35
  101. package/src/components/switchField/index.scss +16 -22
  102. package/src/components/table/index.scss +64 -78
  103. package/src/components/tableFixed/index.scss +11 -13
  104. package/src/components/tableFixedDeprecated/index.scss +10 -14
  105. package/src/components/tableOfContent/index.scss +24 -28
  106. package/src/components/tableSortable/index.scss +16 -22
  107. package/src/components/tableSticked/index.scss +24 -28
  108. package/src/components/tableSticked/mods.scss +6 -6
  109. package/src/components/tableStickedDeprecated/index.scss +40 -46
  110. package/src/components/tag/index.scss +12 -16
  111. package/src/components/textField/index.scss +22 -30
  112. package/src/components/textField/mods.scss +1 -1
  113. package/src/components/textFlow/index.scss +2 -4
  114. package/src/components/textfields/index.scss +258 -279
  115. package/src/components/timeline/index.scss +66 -72
  116. package/src/components/timepicker/index.scss +15 -21
  117. package/src/components/title/index.scss +27 -33
  118. package/src/components/title/mods.scss +1 -1
  119. package/src/components/titleSection/index.scss +21 -25
  120. package/src/components/toast/index.scss +4 -8
  121. package/src/components/tooltip/index.scss +21 -25
  122. package/src/components/userPopover/index.scss +2 -4
  123. package/src/components/userTile/index.scss +22 -26
  124. package/src/components/verticalNavigation/index.scss +16 -26
@@ -1,74 +1,68 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .layout {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer mods {
10
- &.mod-navsideWithoutScrollbar {
11
- @include navsideWithoutScrollbar;
12
- }
7
+ &.mod-navsideWithoutScrollbar {
8
+ @include navsideWithoutScrollbar;
9
+ }
13
10
 
14
- &.mod-contentHeaderStatic {
15
- @include contentHeaderStatic;
16
- }
11
+ &.mod-contentHeaderStatic {
12
+ @include contentHeaderStatic;
13
+ }
17
14
 
18
- &.mod-contentSubheaderStatic {
19
- @include contentSubheaderStatic;
20
- }
15
+ &.mod-contentSubheaderStatic {
16
+ @include contentSubheaderStatic;
17
+ }
21
18
 
22
- &.mod-navsideFooterStatic {
23
- @include navsideFooterStatic;
24
- }
19
+ &.mod-navsideFooterStatic {
20
+ @include navsideFooterStatic;
21
+ }
25
22
 
26
- &.mod-asideFooterStatic {
27
- @include asideFooterStatic;
28
- }
23
+ &.mod-asideFooterStatic {
24
+ @include asideFooterStatic;
25
+ }
29
26
 
30
- &.mod-contentFooterStatic {
31
- @include contentFooterStatic;
32
- }
27
+ &.mod-contentFooterStatic {
28
+ @include contentFooterStatic;
29
+ }
33
30
 
34
- &.mod-asideBefore {
35
- @include asideBefore;
36
- }
31
+ &.mod-asideBefore {
32
+ @include asideBefore;
33
+ }
37
34
 
38
- &.mod-headerRemoved {
39
- @include headerRemoved;
40
- }
35
+ &.mod-headerRemoved {
36
+ @include headerRemoved;
37
+ }
41
38
 
42
- &.mod-subheaderRemoved {
43
- @include subheaderRemoved;
44
- }
39
+ &.mod-subheaderRemoved {
40
+ @include subheaderRemoved;
41
+ }
45
42
 
46
- &.mod-asideRemoved {
47
- @include asideRemoved;
48
- }
43
+ &.mod-asideRemoved {
44
+ @include asideRemoved;
45
+ }
49
46
 
50
- &.mod-asideFooterRemoved {
51
- @include asideFooterRemoved;
52
- }
47
+ &.mod-asideFooterRemoved {
48
+ @include asideFooterRemoved;
49
+ }
53
50
 
54
- &.mod-contentFooterRemoved {
55
- @include contentFooterRemoved;
56
- }
51
+ &.mod-contentFooterRemoved {
52
+ @include contentFooterRemoved;
53
+ }
57
54
 
58
- &.mod-navsideFooterRemoved {
59
- @include navsideFooterRemoved;
60
- }
55
+ &.mod-navsideFooterRemoved {
56
+ @include navsideFooterRemoved;
57
+ }
61
58
 
62
- &.mod-navsideLarge {
63
- @include navsideLarge;
64
- }
59
+ &.mod-navsideLarge {
60
+ @include navsideLarge;
65
61
  }
66
62
  }
67
63
 
68
64
  html {
69
- @layer states {
70
- &:is(.has-overlay, .withOverlay) {
71
- @include overlay;
72
- }
65
+ &:is(.has-overlay, .withOverlay) {
66
+ @include overlay;
73
67
  }
74
68
  }
@@ -1,24 +1,18 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .link {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer mods {
10
- &.mod-icon {
11
- @include icon;
12
- }
7
+ &.mod-icon {
8
+ @include icon;
9
+ }
13
10
 
14
- &.mod-decorationHover {
15
- @include decorationHover;
16
- }
11
+ &.mod-decorationHover {
12
+ @include decorationHover;
17
13
  }
18
14
 
19
- @layer states {
20
- &:is(:disabled, .is-disabled) {
15
+ &:is(:disabled, .is-disabled) {
21
16
  @include disabled;
22
17
  }
23
- }
24
18
  }
@@ -27,7 +27,7 @@
27
27
  white-space: nowrap;
28
28
 
29
29
  &::before {
30
- // stylelint-disable-next-line no-irregular-whitespace
30
+ /* stylelint-disable-next-line no-irregular-whitespace */
31
31
  content: ' ' / '';
32
32
  }
33
33
  }
@@ -1,25 +1,21 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .list {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
  }
9
7
 
10
8
  .list-item {
11
- @layer mods {
12
- &.mod-clickable {
13
- @include clickable;
14
- }
9
+ &.mod-clickable {
10
+ @include clickable;
11
+ }
15
12
 
16
- &.mod-draggable {
17
- @include draggable;
18
- }
13
+ &.mod-draggable {
14
+ @include draggable;
15
+ }
19
16
 
20
- // .mod-actionsHidden is deprecated
21
- &.mod-actionsHidden {
22
- @include actionsHidden;
23
- }
17
+ // .mod-actionsHidden is deprecated
18
+ &.mod-actionsHidden {
19
+ @include actionsHidden;
24
20
  }
25
21
  }
@@ -1,41 +1,37 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .listing {
4
- @layer components {
5
- @include vars;
6
- @include component;
4
+ @include vars;
5
+ @include component;
6
+
7
+ &.mod-ordered,
8
+ &:is(ol) {
9
+ @include ordered;
7
10
  }
8
11
 
9
- @layer mods {
12
+ .listing {
13
+ @include nested;
14
+
10
15
  &.mod-ordered,
11
16
  &:is(ol) {
12
- @include ordered;
17
+ @include nestedOrdered;
13
18
  }
14
19
 
15
20
  .listing {
16
- @include nested;
21
+ @include nested(2);
17
22
 
18
23
  &.mod-ordered,
19
24
  &:is(ol) {
20
- @include nestedOrdered;
21
- }
22
-
23
- .listing {
24
- @include nested(2);
25
-
26
- &.mod-ordered,
27
- &:is(ol) {
28
- @include nestedOrdered(2);
29
- }
25
+ @include nestedOrdered(2);
30
26
  }
31
27
  }
28
+ }
32
29
 
33
- &.mod-icons {
34
- @include icons;
35
- }
30
+ &.mod-icons {
31
+ @include icons;
32
+ }
36
33
 
37
- &.mod-checklist {
38
- @include checklist;
39
- }
34
+ &.mod-checklist {
35
+ @include checklist;
40
36
  }
41
37
  }
@@ -1,38 +1,34 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .loading {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer mods {
10
- &.mod-L {
11
- @include L;
12
- }
7
+ &.mod-L {
8
+ @include L;
9
+ }
13
10
 
14
- &.mod-block {
15
- @include block;
16
- }
11
+ &.mod-block {
12
+ @include block;
13
+ }
17
14
 
18
- &[class~='mod-fullPage' i] {
19
- @include fullPage;
20
- }
15
+ &[class~='mod-fullPage' i] {
16
+ @include fullPage;
17
+ }
21
18
 
22
- // .mod-dialog is deprecated
23
- &.mod-popin,
24
- &.mod-dialog {
25
- @include popin;
26
- }
19
+ // .mod-dialog is deprecated
20
+ &.mod-popin,
21
+ &.mod-dialog {
22
+ @include popin;
23
+ }
27
24
 
28
- // .mod-sidePanel is deprecated
29
- &.mod-drawer,
30
- &.mod-sidePanel {
31
- @include drawer;
32
- }
25
+ // .mod-sidePanel is deprecated
26
+ &.mod-drawer,
27
+ &.mod-sidePanel {
28
+ @include drawer;
29
+ }
33
30
 
34
- &.mod-invert {
35
- @include invert;
36
- }
31
+ &.mod-invert {
32
+ @include invert;
37
33
  }
38
34
  }
@@ -1,33 +1,27 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .main {
4
- @layer states {
5
- &:is(.is-notScrollable, .notScrollable) {
6
- @include notScrollable;
7
- }
4
+ &:is(.is-notScrollable, .notScrollable) {
5
+ @include notScrollable;
8
6
  }
9
7
  }
10
8
 
11
9
  .main-content {
12
- @layer components {
13
- @include vars;
14
- @include component;
15
- }
10
+ @include vars;
11
+ @include component;
16
12
 
17
- @layer mods {
18
- &.mod-withStickyHeader {
19
- @include stickyHeader;
20
- }
13
+ &.mod-withStickyHeader {
14
+ @include stickyHeader;
15
+ }
21
16
 
22
- &.mod-withBanner,
23
- .navSide.mod-withBanner ~ &,
24
- .mod-withBanner & {
25
- @include banner;
26
- }
17
+ &.mod-withBanner,
18
+ .navSide.mod-withBanner ~ &,
19
+ .mod-withBanner & {
20
+ @include banner;
21
+ }
27
22
 
28
- .navSide ~ &,
29
- .mod-withMenu & {
30
- @include menu;
31
- }
23
+ .navSide ~ &,
24
+ .mod-withMenu & {
25
+ @include menu;
32
26
  }
33
27
  }
@@ -2,42 +2,36 @@
2
2
  @use '@lucca-front/scss/src/commons/utils/media';
3
3
 
4
4
  .mainLayout {
5
- @layer components {
6
- @include vars;
7
- @include component;
5
+ @include vars;
6
+ @include component;
8
7
 
9
- @include media.min('S') {
10
- @include wide;
11
- }
8
+ @include media.min('S') {
9
+ @include wide;
12
10
  }
13
11
 
14
- @layer mods {
15
- &:has(.mainLayout-content-inside-header.mod-sticky) {
16
- @include stickyHeader;
17
- @include stickyTop;
18
- }
12
+ &:has(.mainLayout-content-inside-header.mod-sticky) {
13
+ @include stickyHeader;
14
+ @include stickyTop;
15
+ }
19
16
 
20
- &:has(.mainLayout-content-inside-footer.mod-sticky) {
21
- @include stickyFooter;
22
- @include stickyBottom;
23
- }
17
+ &:has(.mainLayout-content-inside-footer.mod-sticky) {
18
+ @include stickyFooter;
19
+ @include stickyBottom;
24
20
  }
25
21
  }
26
22
 
27
23
  .mainLayout-content-inside {
28
- @layer mods {
29
- &:has(.mainLayout-content-inside-block.mod-overflow) {
30
- .mainLayout-content-inside-header {
31
- @include stickyHeader;
32
- }
24
+ &:has(.mainLayout-content-inside-block.mod-overflow) {
25
+ .mainLayout-content-inside-header {
26
+ @include stickyHeader;
27
+ }
33
28
 
34
- .mainLayout-content-inside-footer {
35
- @include stickyFooter;
36
- }
29
+ .mainLayout-content-inside-footer {
30
+ @include stickyFooter;
31
+ }
37
32
 
38
- .mainLayout-content-inside-block:not(.mod-overflow) {
39
- @include stickyBlock;
40
- }
33
+ .mainLayout-content-inside-block:not(.mod-overflow) {
34
+ @include stickyBlock;
41
35
  }
42
36
  }
43
37
  }
@@ -1,14 +1,10 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .mobileHeader {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer mods {
10
- &.mod-largeTitle {
11
- @include largeTitle;
12
- }
7
+ &.mod-largeTitle {
8
+ @include largeTitle;
13
9
  }
14
10
  }
@@ -1,8 +1,6 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .mobileNavigation {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
  }
@@ -3,105 +3,87 @@
3
3
  @use 'exports' as *;
4
4
 
5
5
  .navSide {
6
- @layer components {
7
- @include vars;
8
- @include component;
6
+ @include vars;
7
+ @include component;
9
8
 
10
- .appLayout-navSide & {
11
- @include media.min('S') {
12
- @include inAppLayoutWide;
13
- }
9
+ .appLayout-navSide & {
10
+ @include media.min('S') {
11
+ @include inAppLayoutWide;
12
+ }
14
13
 
15
- @include media.max('S') {
16
- @include inAppLayoutNarrow;
17
- }
14
+ @include media.max('S') {
15
+ @include inAppLayoutNarrow;
18
16
  }
19
17
  }
20
18
 
21
- @layer mods {
22
- &.mod-withBanner {
23
- @include banner;
24
- }
19
+ &.mod-withBanner {
20
+ @include banner;
21
+ }
25
22
 
26
- &.mod-compact {
27
- @include media.min('S') {
28
- @include compact;
23
+ &.mod-compact {
24
+ @include media.min('S') {
25
+ @include compact;
29
26
 
30
- .navSide-item-link {
31
- &:hover {
32
- @include compactHover;
33
- }
27
+ .navSide-item-link {
28
+ &:hover {
29
+ @include compactHover;
30
+ }
34
31
 
35
- &:is(.is-active, .active) {
36
- @include compactActive;
37
- }
32
+ &:is(.is-active, .active) {
33
+ @include compactActive;
38
34
  }
39
35
  }
40
36
  }
41
37
  }
42
38
 
43
- @layer mods {
44
- @include media.max('S') {
45
- @include mobile;
46
- }
47
- }
39
+ @include media.max('S') {
40
+ @include mobile;
48
41
 
49
- @layer states {
50
- @include media.max('S') {
51
- &:not(.is-open, .open) {
52
- .navSide-item {
53
- &:not(.mod-mobileToggle) {
54
- @include mobileHidden;
55
- }
42
+ &:not(.is-open, .open) {
43
+ .navSide-item {
44
+ &:not(.mod-mobileToggle) {
45
+ @include mobileHidden;
56
46
  }
57
47
  }
48
+ }
58
49
 
59
- &:is(.is-open, .open) {
60
- @include mobileOpen;
61
-
62
- &.mod-withBanner {
63
- @include mobileOpenBanner;
50
+ &.mod-withBanner {
51
+ .navSide-item {
52
+ &.mod-mobileToggle {
53
+ @include banner;
64
54
  }
65
55
  }
66
56
  }
67
- }
68
57
 
69
- @layer mods {
70
- @include media.max('S') {
58
+ &:is(.is-open, .open) {
59
+ @include mobileOpen;
60
+
71
61
  &.mod-withBanner {
72
- .navSide-item {
73
- &.mod-mobileToggle {
74
- @include banner;
75
- }
76
- }
62
+ @include mobileOpenBanner;
77
63
  }
78
64
  }
79
65
  }
80
66
  }
81
67
 
82
68
  .navSide-item {
83
- @layer mods {
84
- &.mod-mobileToggle {
85
- @include mobileToggle;
86
- }
69
+ &:not(.is-open) {
70
+ @include notOpen;
87
71
  }
88
72
 
89
- @layer states {
90
- &:not(.is-open) {
91
- @include notOpen;
92
- }
73
+ &.mod-mobileToggle {
74
+ @include mobileToggle;
75
+ }
93
76
 
94
- &:is(.is-open, .open) {
95
- @include expanded;
77
+ &:is(.is-open, .open) {
78
+ @include expanded;
96
79
 
97
- .navSide-item-subMenu-link {
98
- &:is(:hover) {
99
- @include sublinkHover;
100
- }
80
+ .navSide-item-subMenu-link {
81
+ &:is(:hover) {
82
+ @include sublinkHover;
83
+ }
101
84
 
102
- &:is(.is-active, .active) {
103
- @include sublinkActive;
104
- }
85
+ &:is(.is-active, .active) {
86
+ @include sublinkActive;
105
87
  }
106
88
  }
107
89
  }
@@ -109,23 +91,19 @@
109
91
 
110
92
  .navSide-item-subMenu-link,
111
93
  .navSide-item-link {
112
- @layer states {
113
- &:is(.is-active, .active) {
114
- @include active;
115
- }
94
+ &:is(.is-active, .active) {
95
+ @include active;
96
+ }
116
97
 
117
- &:is([aria-expanded='true']) {
118
- @include expanded;
119
- }
98
+ &:is([aria-expanded='true']) {
99
+ @include expanded;
120
100
  }
121
101
  }
122
102
 
123
103
  html {
124
- @layer states {
125
- &:is(.hasMenu, .withMenu) {
126
- @include media.max('S') {
127
- @include overlay;
128
- }
104
+ &:is(.hasMenu, .withMenu) {
105
+ @include media.max('S') {
106
+ @include overlay;
129
107
  }
130
108
  }
131
109
  }
@@ -1,14 +1,10 @@
1
1
  @use 'exports' as *;
2
2
 
3
3
  .newBadge {
4
- @layer components {
5
- @include vars;
6
- @include component;
7
- }
4
+ @include vars;
5
+ @include component;
8
6
 
9
- @layer mods {
10
- &.mod-inverted {
11
- @include inverted;
12
- }
7
+ &.mod-inverted {
8
+ @include inverted;
13
9
  }
14
10
  }