Skip to content

Commit

Permalink
chore: update ui-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarulislam committed Dec 4, 2023
1 parent 023839c commit 5c63347
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions ui-preset.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Config } from "tailwindcss";
import { theme } from 'tailwindcss/defaultConfig'
import { Config } from "tailwindcss"
import { theme } from "tailwindcss/defaultConfig"

export default {
content: [],
Expand All @@ -14,9 +14,11 @@ export default {
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)",
upperMobileSecondaryStickyFold:
"var(--upper-mobile-secondary-sticky-fold)",
upperMobileStickyFold: "var(--upper-mobile-sticky-fold)",
upperMobileTertiaryStickyFold: "var(--upper-mobile-tertiary-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)",
Expand All @@ -39,6 +41,8 @@ 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)",
tooltip: "var(--tooltip-color)",
popover: "var(--popover-color)",
Expand Down Expand Up @@ -96,9 +100,9 @@ export default {
46: "11.5rem",
},
maxWidth: {
'1/2': '50%',
'1/3': '33%',
'3/4': '75%',
"1/2": "50%",
"1/3": "33%",
"3/4": "75%",
46: "11.5rem",
},
maxHeight: {
Expand Down

0 comments on commit 5c63347

Please sign in to comment.