Skip to content

Commit

Permalink
Update color-mixins.less.test.ts.snap
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Jan 22, 2024
1 parent 16369d0 commit 4962355
Showing 1 changed file with 96 additions and 96 deletions.
192 changes: 96 additions & 96 deletions lib/exports/__snapshots__/color-mixins.less.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,151 +4,151 @@ exports[`color-mixins > colors > .create-aliased-utility-classes 1`] = `
"/* .create-aliased-utility-classes() */
/* .create-aliased-utility-classes(dark) */
body .fc-light,
body .h\\\\:fc-light:hover,
body .f\\\\:fc-light:focus,
body .f\\\\:fc-light:focus-within {
body .h\\:fc-light:hover,
body .f\\:fc-light:focus,
body .f\\:fc-light:focus-within {
color: var(--fc-light) !important;
}
body .fc-medium,
body .h\\\\:fc-medium:hover,
body .f\\\\:fc-medium:focus,
body .f\\\\:fc-medium:focus-within {
body .h\\:fc-medium:hover,
body .f\\:fc-medium:focus,
body .f\\:fc-medium:focus-within {
color: var(--fc-medium) !important;
}
body .fc-dark,
body .h\\\\:fc-dark:hover,
body .f\\\\:fc-dark:focus,
body .f\\\\:fc-dark:focus-within {
body .h\\:fc-dark:hover,
body .f\\:fc-dark:focus,
body .f\\:fc-dark:focus-within {
color: var(--fc-dark) !important;
}
body .fc-error,
body .h\\\\:fc-error:hover,
body .f\\\\:fc-error:focus,
body .f\\\\:fc-error:focus-within {
body .h\\:fc-error:hover,
body .f\\:fc-error:focus,
body .f\\:fc-error:focus-within {
color: var(--fc-error) !important;
}
body .fc-danger,
body .h\\\\:fc-danger:hover,
body .f\\\\:fc-danger:focus,
body .f\\\\:fc-danger:focus-within {
body .h\\:fc-danger:hover,
body .f\\:fc-danger:focus,
body .f\\:fc-danger:focus-within {
color: var(--fc-danger) !important;
}
body .fc-success,
body .h\\\\:fc-success:hover,
body .f\\\\:fc-success:focus,
body .f\\\\:fc-success:focus-within {
body .h\\:fc-success:hover,
body .f\\:fc-success:focus,
body .f\\:fc-success:focus-within {
color: var(--fc-success) !important;
}
body .fc-warning,
body .h\\\\:fc-warning:hover,
body .f\\\\:fc-warning:focus,
body .f\\\\:fc-warning:focus-within {
body .h\\:fc-warning:hover,
body .f\\:fc-warning:focus,
body .f\\:fc-warning:focus-within {
color: var(--fc-warning) !important;
}
body .bg-error,
body .h\\\\:bg-error:hover,
body .f\\\\:bg-error:focus,
body .f\\\\:bg-error:focus-within {
body .h\\:bg-error:hover,
body .f\\:bg-error:focus,
body .f\\:bg-error:focus-within {
background-color: var(--bg-error) !important;
}
body .bg-danger,
body .h\\\\:bg-danger:hover,
body .f\\\\:bg-danger:focus,
body .f\\\\:bg-danger:focus-within {
body .h\\:bg-danger:hover,
body .f\\:bg-danger:focus,
body .f\\:bg-danger:focus-within {
background-color: var(--bg-danger) !important;
}
body .bg-success,
body .h\\\\:bg-success:hover,
body .f\\\\:bg-success:focus,
body .f\\\\:bg-success:focus-within {
body .h\\:bg-success:hover,
body .f\\:bg-success:focus,
body .f\\:bg-success:focus-within {
background-color: var(--bg-success) !important;
}
body .bg-warning,
body .h\\\\:bg-warning:hover,
body .f\\\\:bg-warning:focus,
body .f\\\\:bg-warning:focus-within {
body .h\\:bg-warning:hover,
body .f\\:bg-warning:focus,
body .f\\:bg-warning:focus-within {
background-color: var(--bg-warning) !important;
}
body .bc-error,
body .h\\\\:bc-error:hover,
body .f\\\\:bc-error:focus,
body .f\\\\:bc-error:focus-within {
body .h\\:bc-error:hover,
body .f\\:bc-error:focus,
body .f\\:bc-error:focus-within {
border-color: var(--bc-error) !important;
}
body .bc-danger,
body .h\\\\:bc-danger:hover,
body .f\\\\:bc-danger:focus,
body .f\\\\:bc-danger:focus-within {
body .h\\:bc-danger:hover,
body .f\\:bc-danger:focus,
body .f\\:bc-danger:focus-within {
border-color: var(--bc-danger) !important;
}
body .bc-success,
body .h\\\\:bc-success:hover,
body .f\\\\:bc-success:focus,
body .f\\\\:bc-success:focus-within {
body .h\\:bc-success:hover,
body .f\\:bc-success:focus,
body .f\\:bc-success:focus-within {
border-color: var(--bc-success) !important;
}
body .bc-warning,
body .h\\\\:bc-warning:hover,
body .f\\\\:bc-warning:focus,
body .f\\\\:bc-warning:focus-within {
body .h\\:bc-warning:hover,
body .f\\:bc-warning:focus,
body .f\\:bc-warning:focus-within {
border-color: var(--bc-warning) !important;
}
body.theme-dark .d\\\\:fc-light {
body.theme-dark .d\\:fc-light {
color: var(--fc-light) !important;
}
body.theme-dark .d\\\\:fc-medium {
body.theme-dark .d\\:fc-medium {
color: var(--fc-medium) !important;
}
body.theme-dark .d\\\\:fc-dark {
body.theme-dark .d\\:fc-dark {
color: var(--fc-dark) !important;
}
body.theme-dark .d\\\\:fc-error {
body.theme-dark .d\\:fc-error {
color: var(--fc-error) !important;
}
body.theme-dark .d\\\\:fc-danger {
body.theme-dark .d\\:fc-danger {
color: var(--fc-danger) !important;
}
body.theme-dark .d\\\\:fc-success {
body.theme-dark .d\\:fc-success {
color: var(--fc-success) !important;
}
body.theme-dark .d\\\\:fc-warning {
body.theme-dark .d\\:fc-warning {
color: var(--fc-warning) !important;
}
body.theme-dark .d\\\\:bg-error {
body.theme-dark .d\\:bg-error {
background-color: var(--bg-error) !important;
}
body.theme-dark .d\\\\:bg-danger {
body.theme-dark .d\\:bg-danger {
background-color: var(--bg-danger) !important;
}
body.theme-dark .d\\\\:bg-success {
body.theme-dark .d\\:bg-success {
background-color: var(--bg-success) !important;
}
body.theme-dark .d\\\\:bg-warning {
body.theme-dark .d\\:bg-warning {
background-color: var(--bg-warning) !important;
}
"
Expand All @@ -159,34 +159,34 @@ exports[`color-mixins > colors > create-color-classes 1`] = `
/* .create-color-classes(blue-400, var(--blue-400), dark, color) */
/* .create-color-classes(green-300, var(--green-300), light, background-color) */
body .bg-red-500,
body .h\\\\:bg-red-500:hover,
body .f\\\\:bg-red-500:focus,
body .f\\\\:bg-red-500:focus-within {
body .h\\:bg-red-500:hover,
body .f\\:bg-red-500:focus,
body .f\\:bg-red-500:focus-within {
background-color: var(--red-500);
}
body .bc-red-500,
body .h\\\\:bc-red-500:hover,
body .f\\\\:bc-red-500:focus,
body .f\\\\:bc-red-500:focus-within {
body .h\\:bc-red-500:hover,
body .f\\:bc-red-500:focus,
body .f\\:bc-red-500:focus-within {
border-color: var(--red-500);
}
body .fc-red-500,
body .h\\\\:fc-red-500:hover,
body .f\\\\:fc-red-500:focus,
body .f\\\\:fc-red-500:focus-within {
body .h\\:fc-red-500:hover,
body .f\\:fc-red-500:focus,
body .f\\:fc-red-500:focus-within {
color: var(--red-500);
}
body .d\\\\:fc-blue-500 {
body .d\\:fc-blue-500 {
color: var(--blue-500);
}
body .bg-green-300,
body .h\\\\:bg-green-300:hover,
body .f\\\\:bg-green-300:focus,
body .f\\\\:bg-green-300:focus-within {
body .h\\:bg-green-300:hover,
body .f\\:bg-green-300:focus,
body .f\\:bg-green-300:focus-within {
background-color: var(--green-300);
}
"
Expand Down Expand Up @@ -214,65 +214,65 @@ body {
}
/* .create-colors(.sets-test(), classes) */
body .bg-emerald,
body .h\\\\:bg-emerald:hover,
body .f\\\\:bg-emerald:focus,
body .f\\\\:bg-emerald:focus-within {
body .h\\:bg-emerald:hover,
body .f\\:bg-emerald:focus,
body .f\\:bg-emerald:focus-within {
background-color: var(--emerald) !important;
}
body .bc-emerald,
body .h\\\\:bc-emerald:hover,
body .f\\\\:bc-emerald:focus,
body .f\\\\:bc-emerald:focus-within {
body .h\\:bc-emerald:hover,
body .f\\:bc-emerald:focus,
body .f\\:bc-emerald:focus-within {
border-color: var(--emerald) !important;
}
body .fc-emerald,
body .h\\\\:fc-emerald:hover,
body .f\\\\:fc-emerald:focus,
body .f\\\\:fc-emerald:focus-within {
body .h\\:fc-emerald:hover,
body .f\\:fc-emerald:focus,
body .f\\:fc-emerald:focus-within {
color: var(--emerald) !important;
}
body .bg-ruby-100,
body .h\\\\:bg-ruby-100:hover,
body .f\\\\:bg-ruby-100:focus,
body .f\\\\:bg-ruby-100:focus-within {
body .h\\:bg-ruby-100:hover,
body .f\\:bg-ruby-100:focus,
body .f\\:bg-ruby-100:focus-within {
background-color: var(--ruby-100) !important;
}
body .bc-ruby-100,
body .h\\\\:bc-ruby-100:hover,
body .f\\\\:bc-ruby-100:focus,
body .f\\\\:bc-ruby-100:focus-within {
body .h\\:bc-ruby-100:hover,
body .f\\:bc-ruby-100:focus,
body .f\\:bc-ruby-100:focus-within {
border-color: var(--ruby-100) !important;
}
body .fc-ruby-100,
body .h\\\\:fc-ruby-100:hover,
body .f\\\\:fc-ruby-100:focus,
body .f\\\\:fc-ruby-100:focus-within {
body .h\\:fc-ruby-100:hover,
body .f\\:fc-ruby-100:focus,
body .f\\:fc-ruby-100:focus-within {
color: var(--ruby-100) !important;
}
body .bg-ruby-600,
body .h\\\\:bg-ruby-600:hover,
body .f\\\\:bg-ruby-600:focus,
body .f\\\\:bg-ruby-600:focus-within {
body .h\\:bg-ruby-600:hover,
body .f\\:bg-ruby-600:focus,
body .f\\:bg-ruby-600:focus-within {
background-color: var(--ruby-600) !important;
}
body .bc-ruby-600,
body .h\\\\:bc-ruby-600:hover,
body .f\\\\:bc-ruby-600:focus,
body .f\\\\:bc-ruby-600:focus-within {
body .h\\:bc-ruby-600:hover,
body .f\\:bc-ruby-600:focus,
body .f\\:bc-ruby-600:focus-within {
border-color: var(--ruby-600) !important;
}
body .fc-ruby-600,
body .h\\\\:fc-ruby-600:hover,
body .f\\\\:fc-ruby-600:focus,
body .f\\\\:fc-ruby-600:focus-within {
body .h\\:fc-ruby-600:hover,
body .f\\:fc-ruby-600:focus,
body .f\\:fc-ruby-600:focus-within {
color: var(--ruby-600) !important;
}
"
Expand Down

0 comments on commit 4962355

Please sign in to comment.