@byline/ui 1.7.4 → 1.7.6
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.
- package/dist/components/accordion/accordion_module.css +2 -2
- package/dist/components/avatar/avatar_module.css +2 -2
- package/dist/components/badge/badge_module.css +2 -2
- package/dist/components/button/button-group_module.css +2 -2
- package/dist/components/button/button_module.css +2 -2
- package/dist/components/button/combo-button_module.css +2 -2
- package/dist/components/button/control-buttons_module.css +2 -2
- package/dist/components/button/copy-button_module.css +2 -2
- package/dist/components/card/card_module.css +2 -2
- package/dist/components/chips/chip_module.css +2 -2
- package/dist/components/container/container_module.css +2 -2
- package/dist/components/dropdown/dropdown_module.css +2 -2
- package/dist/components/hamburger/hamburger_module.css +2 -2
- package/dist/components/inputs/autocomplete_module.css +2 -2
- package/dist/components/inputs/calendar_module.css +2 -2
- package/dist/components/inputs/checkbox-group_module.css +2 -2
- package/dist/components/inputs/checkbox_module.css +2 -2
- package/dist/components/inputs/error-text_module.css +2 -2
- package/dist/components/inputs/help-text_module.css +2 -2
- package/dist/components/inputs/input-adornment_module.css +2 -2
- package/dist/components/inputs/input_module.css +2 -2
- package/dist/components/inputs/label_module.css +2 -2
- package/dist/components/inputs/radio-group_module.css +2 -2
- package/dist/components/inputs/select_module.css +2 -2
- package/dist/components/inputs/text-area_module.css +2 -2
- package/dist/components/notifications/alert_module.css +2 -2
- package/dist/components/notifications/toast_module.css +2 -2
- package/dist/components/pager/pagination_module.css +2 -2
- package/dist/components/scroll-area/scroll-area_module.css +2 -2
- package/dist/components/scroll-to-top/scroll-to-top_module.css +2 -2
- package/dist/components/section/section_module.css +2 -2
- package/dist/components/shimmer/shimmer_module.css +2 -2
- package/dist/components/table/table_module.css +2 -2
- package/dist/components/tabs/tabs_module.css +2 -2
- package/dist/components/tooltip/tooltip_module.css +2 -2
- package/dist/icons/icons_module.css +2 -2
- package/dist/loaders/ellipses_module.css +2 -2
- package/dist/loaders/ring_module.css +2 -2
- package/dist/loaders/spinner_module.css +2 -2
- package/dist/styles/reset.css +1 -1
- package/dist/styles/styles.css +187 -187
- package/dist/styles/typography.css +1 -1
- package/dist/widgets/datepicker/datepicker_module.css +2 -2
- package/dist/widgets/drawer/drawer_module.css +2 -2
- package/dist/widgets/image-lightbox/image-lightbox_module.css +2 -2
- package/dist/widgets/modal/modal_module.css +2 -2
- package/dist/widgets/timeline/timeline_module.css +2 -2
- package/package.json +4 -4
- package/src/components/accordion/accordion.module.css +3 -3
- package/src/components/avatar/avatar.module.css +3 -3
- package/src/components/badge/badge.module.css +3 -3
- package/src/components/button/button-group.module.css +3 -3
- package/src/components/button/button.module.css +3 -3
- package/src/components/button/combo-button.module.css +3 -3
- package/src/components/button/control-buttons.module.css +3 -3
- package/src/components/button/copy-button.module.css +3 -3
- package/src/components/card/card.module.css +3 -3
- package/src/components/chips/chip.module.css +3 -3
- package/src/components/container/container.module.css +3 -3
- package/src/components/dropdown/dropdown.module.css +3 -3
- package/src/components/hamburger/hamburger.module.css +3 -3
- package/src/components/inputs/autocomplete.module.css +3 -3
- package/src/components/inputs/calendar.module.css +3 -3
- package/src/components/inputs/checkbox-group.module.css +3 -3
- package/src/components/inputs/checkbox.module.css +3 -3
- package/src/components/inputs/error-text.module.css +3 -3
- package/src/components/inputs/help-text.module.css +3 -3
- package/src/components/inputs/input-adornment.module.css +3 -3
- package/src/components/inputs/input.module.css +3 -3
- package/src/components/inputs/label.module.css +3 -3
- package/src/components/inputs/radio-group.module.css +3 -3
- package/src/components/inputs/select.module.css +3 -3
- package/src/components/inputs/text-area.module.css +3 -3
- package/src/components/notifications/alert.module.css +3 -3
- package/src/components/notifications/toast.module.css +3 -3
- package/src/components/pager/pagination.module.css +3 -3
- package/src/components/scroll-area/scroll-area.module.css +3 -3
- package/src/components/scroll-to-top/scroll-to-top.module.css +3 -3
- package/src/components/section/section.module.css +3 -3
- package/src/components/shimmer/shimmer.module.css +3 -3
- package/src/components/table/table.module.css +3 -3
- package/src/components/tabs/tabs.module.css +3 -3
- package/src/components/tooltip/tooltip.module.css +3 -3
- package/src/icons/icons.module.css +3 -3
- package/src/loaders/ellipses.module.css +3 -3
- package/src/loaders/ring.module.css +3 -3
- package/src/loaders/spinner.module.css +3 -3
- package/src/styles/components/hamburger.css +3 -3
- package/src/styles/reset.css +10 -8
- package/src/styles/styles.css +3 -3
- package/src/styles/typography.css +3 -3
- package/src/widgets/datepicker/datepicker.module.css +3 -3
- package/src/widgets/drawer/drawer.module.css +3 -3
- package/src/widgets/image-lightbox/image-lightbox.module.css +3 -3
- package/src/widgets/modal/modal.module.css +3 -3
- package/src/widgets/timeline/timeline.module.css +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.hamburger,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* ── Wrapper ── */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.day-picker {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
:global(.infonomic-checkbox-group),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.container,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.adornment,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.input-wrapper,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.label,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.positioner,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.text-area,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.alert,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
/* ============================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.pagination-root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.scroll-to-top,
|
|
6
6
|
:global(.infonomic-scroll-to-top) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.section,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
/* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
|
|
6
6
|
@layer byline-components {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.tabs-root,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.tooltip,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.element-root {
|
|
6
6
|
width: 1.375rem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-ellipsis,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-ring,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.loader-spinner,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* No longer used in our actual hamburger React and Astro components
|
|
2
2
|
but left here as a reference. */
|
|
3
|
-
@layer base, byline-base,
|
|
4
|
-
byline-functional,
|
|
5
|
-
|
|
3
|
+
@layer base, byline-base, theme, byline-theme,
|
|
4
|
+
byline-functional, components, byline-components,
|
|
5
|
+
utilities, byline-utilities, byline-typography;
|
|
6
6
|
|
|
7
7
|
@layer byline-components {
|
|
8
8
|
.component--hamburger {
|
package/src/styles/reset.css
CHANGED
|
@@ -7,11 +7,13 @@
|
|
|
7
7
|
* area only, or on <html> to apply it everywhere (in which case the host
|
|
8
8
|
* should NOT also import tailwindcss/preflight.css).
|
|
9
9
|
*
|
|
10
|
-
* The preamble below pins the cascade-layer order
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
10
|
+
* The preamble below pins the cascade-layer order. Theme sits below
|
|
11
|
+
* components so theme tokens cannot override component styles, and byline
|
|
12
|
+
* layers are interleaved with their Tailwind equivalents by type so each
|
|
13
|
+
* byline layer sits just above its matching Tailwind layer:
|
|
14
|
+
* base < byline-base < theme < byline-theme < byline-functional
|
|
15
|
+
* < components < byline-components < utilities < byline-utilities
|
|
16
|
+
* < byline-typography
|
|
15
17
|
*
|
|
16
18
|
* This ensures byline-base beats Tailwind preflight, byline-components beats
|
|
17
19
|
* Tailwind components, byline-utilities beats Tailwind utilities — each in
|
|
@@ -20,9 +22,9 @@
|
|
|
20
22
|
*
|
|
21
23
|
* Hosts using Tailwind don't need to declare layer order themselves.
|
|
22
24
|
*/
|
|
23
|
-
@layer base, byline-base,
|
|
24
|
-
byline-functional,
|
|
25
|
-
|
|
25
|
+
@layer base, byline-base, theme, byline-theme,
|
|
26
|
+
byline-functional, components, byline-components,
|
|
27
|
+
utilities, byline-utilities, byline-typography;
|
|
26
28
|
|
|
27
29
|
@layer byline-base {
|
|
28
30
|
@scope (.byline-ui) {
|
package/src/styles/styles.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@import "./base/base.css";
|
|
6
6
|
@import "./functional/functional.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@import "./typography/fonts.css";
|
|
6
6
|
@import "./typography/prose.css";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.container,
|
|
6
6
|
:global(.infonomic-datepicker-container) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
/* Backdrop overlay (replaces previous Overlay component) */
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
.container {
|
|
6
6
|
width: auto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
@layer byline-components {
|
|
5
5
|
/* Backdrop overlay */
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@layer base, byline-base,
|
|
2
|
-
byline-functional,
|
|
3
|
-
|
|
1
|
+
@layer base, byline-base, theme, byline-theme,
|
|
2
|
+
byline-functional, components, byline-components,
|
|
3
|
+
utilities, byline-utilities, byline-typography;
|
|
4
4
|
|
|
5
5
|
@layer byline-components {
|
|
6
6
|
.timeline,
|