Skip to content

Commit

Permalink
chore: ui preset updated
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarulislam committed Dec 15, 2023
1 parent b774082 commit f75f535
Showing 1 changed file with 6 additions and 31 deletions.
37 changes: 6 additions & 31 deletions ui-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,6 @@ export default {
center: true,
},
extend: {
inset: {
upperPrimaryStickyFold: "var(--upper-primary-sticky-fold)",
upperSecondaryStickyFold: "var(--upper-secondary-sticky-fold)",
upperTertiaryStickyFold: "var(--upper-tertiary-sticky-fold)",
upperFourthStickyFold: "var(--upper-fourth-sticky-fold)",
upperMobilePrimaryStickyFold: "var(--upper-mobile-primary-sticky-fold)",
upperMobileSecondaryStickyFold:
"var(--upper-mobile-secondary-sticky-fold)",
upperMobileStickyFold: "var(--upper-mobile-sticky-fold)",
upperMobileTertiaryStickyFold:
"var(--upper-mobile-tertiary-sticky-fold)",
lowerPrimaryStickyFold: "var(--lower-primary-sticky-fold)",
lowerSecondaryStickyFold: "var(--lower-secondary-sticky-fold)",
lowerTertiaryStickyFold: "var(--lower-tertiary-sticky-fold)",
lowerFourthStickyFold: "var(--lower-fourth-sticky-fold)",
sidebarPrimaryStickyFold: "var(--sidebar-primary-sticky-fold)",
sidebarSecondaryStickyFold: "var(--line-height-body)",
},
colors: {
primary: "var(--primary-color)",
primaryLight: "var(--primary-light-color)",
Expand All @@ -41,9 +23,9 @@ export default {
divider: "var(--divider-color)",
dividerLight: "var(--divider-light-color)",
dividerDark: "var(--divider-dark-color)",
info: "var(--info-color)",
warning: "var(--warning-color)",
error: "var(--error-color)",
bannerInfo: "var(--banner-info-color)",
bannerWarning: "var(--banner-warning-color)",
bannerError: "var(--banner-error-color)",
tooltip: "var(--tooltip-color)",
popover: "var(--popover-color)",
gradientFrom: "var(--gradient-from-color)",
Expand All @@ -68,7 +50,6 @@ export default {
fontFamily: {
sans: "var(--font-sans)",
mono: "var(--font-mono)",
icon: "var(--font-icon)",
},
fontSize: {
tiny: "var(--font-size-tiny)",
Expand Down Expand Up @@ -114,15 +95,9 @@ export default {
backgroundOpacity: {
15: "0.15",
},
},
screens: {
sm: "639px",
"<2xl": { max: "1536px" },
"<xl": { max: "1280px" },
"<lg": { max: "1024px" },
"<md": { max: "768px" },
"<sm": { max: "640px" },
...theme?.screens,
screens: {
"<sm": { max: "640px" },
},
},
},
} satisfies Config

0 comments on commit f75f535

Please sign in to comment.