Skip to content

Commit

Permalink
Merge pull request #384 from kraenhansen/remove-ibm-plex
Browse files Browse the repository at this point in the history
Remove unused `@ibm/plex` dependency
  • Loading branch information
pvh authored Sep 10, 2024
2 parents 7c486df + 26c39ce commit 73361bb
Show file tree
Hide file tree
Showing 3 changed files with 6,522 additions and 5,235 deletions.
1 change: 0 additions & 1 deletion examples/react-todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@automerge/automerge-repo-network-websocket": "workspace:*",
"@automerge/automerge-repo-react-hooks": "workspace:*",
"@automerge/automerge-repo-storage-indexeddb": "workspace:*",
"@ibm/plex": "^6.1.1",
"autoprefixer": "^10.4.13",
"classnames": "^2.3.2",
"postcss": "^8.4.21",
Expand Down
12 changes: 0 additions & 12 deletions examples/react-todo/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
/** @type {import('tailwindcss').Config} */
const colors = require("tailwindcss/colors")

const emoji = "Segoe UI Emoji"
const mono = "IBM Plex Mono"
const sans = "IBM Plex Sans"
const condensed = "IBM Plex Sans Condensed"
const serif = "IBM Plex Serif"

module.exports = {
content: ["./**/*.{html,tsx}"],
theme: {
extend: {
fontFamily: {
mono: [mono, emoji, "monospace"],
sans: [sans, emoji, "sans-serif"],
condensed: [condensed, emoji, "sans-serif"],
serif: [serif, emoji, "serif"],
},
zIndex: {},
colors: {
primary: colors.blue,
Expand Down
Loading

0 comments on commit 73361bb

Please sign in to comment.