Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Dec 16, 2024
1 parent d9d7ecb commit e281416
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
* Copyright Oxide Computer Company
*/

import plugin from 'tailwindcss/plugin'

import {
textUtilities,
colorUtilities,
borderRadiusTokens,
colorUtilities,
elevationUtilities,
textUtilities,
} from '@oxide/design-system/styles/dist/tailwind-tokens'

Check failure on line 14 in tailwind.config.ts

View workflow job for this annotation

GitHub Actions / ci

Could not find a declaration file for module '@oxide/design-system/styles/dist/tailwind-tokens'. '/home/runner/work/rfd-site/rfd-site/node_modules/@oxide/design-system/styles/dist/tailwind-tokens.js' implicitly has an 'any' type.

import { type Config } from 'tailwindcss'
import plugin from 'tailwindcss/plugin'

export default {
corePlugins: {
fontFamily: false,
Expand Down

0 comments on commit e281416

Please sign in to comment.