You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides a number of befits, however we'll need to update the Theme Generator to output new themes in this format by default. An example of the new format is provided below.
// my-custom-theme.tsexportconstmyCustomTheme={name: 'custom-theme-name',properties: {// paste your custom theme properties here...// for example:"--theme-font-family-base": "system-ui, sans-serif","--theme-font-family-heading": "'Quicksand', sans-serif","--theme-font-color-base": "var(--color-surface-900)","--theme-font-color-dark": "var(--color-surface-50)"// ... and so on}};
Given the number of changes, we need to update the /docs/themes documentation section to reflect the latest state of changes for v2. Most of this can be based around the migration info provided in this thread.
The text was updated successfully, but these errors were encountered:
As part of @AdrianGonz97's recent rework to the Tailwind plugin for Skeleton v2, these are now defined in CSS-in-JS format as opposed to pure CSS.
Task 1: Update the Theme Generator
This provides a number of befits, however we'll need to update the Theme Generator to output new themes in this format by default. An example of the new format is provided below.
Task 2: Update Theme Documentation
Given the number of changes, we need to update the
/docs/themes
documentation section to reflect the latest state of changes for v2. Most of this can be based around the migration info provided in this thread.The text was updated successfully, but these errors were encountered: