Skip to content

Commit

Permalink
update uico
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 8, 2023
1 parent fb591d4 commit 1911464
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 65 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"uico": "^0.1.0",
"uico": "^0.1.1",
"vite": "^4.4.9"
},
"svelte": "./dist/index.js",
Expand Down
52 changes: 0 additions & 52 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,5 @@ import { uico } from "uico";
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {
fontFamily: {
antique: [
"Superclarendon",
"Bookman Old Style",
"URW Bookman",
"URW Bookman L",
"Georgia Pro",
"Georgia",
"serif",
],
},
borderColor: {
DEFAULT: "hsl(var(--border))",
},
colors: {
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
card: {
DEFAULT: "hsl(var(--card))",
foreground: "hsl(var(--card-foreground))",
},
accent: {
DEFAULT: "hsl(var(--accent))",
foreground: "hsl(var(--accent-foreground))",
},
muted: {
DEFAULT: "hsl(var(--muted))",
foreground: "hsl(var(--muted-foreground))",
},
primary: {
DEFAULT: "hsl(var(--primary))",
foreground: "hsl(var(--primary-foreground))",
},
secondary: {
DEFAULT: "hsl(var(--secondary))",
foreground: "hsl(var(--secondary-foreground))",
},
destructive: {
DEFAULT: "hsl(var(--destructive))",
foreground: "hsl(var(--destructive-foreground))",
},
},
borderRadius: {
lg: "calc(var(--radius) + 4px)",
md: "calc(var(--radius) + 2px)",
DEFAULT: "var(--radius)",
sm: "calc(var(--radius) - 2px)",
},
},
},
plugins: [typography, uico],
};

1 comment on commit 1911464

@vercel
Copy link

@vercel vercel bot commented on 1911464 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.