Skip to content

Commit

Permalink
Merge branch 'main' into add-multiselect-to-combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 4, 2024
2 parents b644219 + 9e0e5bd commit ed4abcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import typography from '@tailwindcss/typography';
import tailwindCssAnimate from 'tailwindcss-animate';

const config: Config = {
content: ['./src/**/*.{js,ts,jsx,tsx}'],
content: ['./src/**/*.{js,ts,jsx,tsx}', '!./**/node_modules/**/*'],
// Prefix on all tailwind classes so they don't clash with built-in classes
// short for tailwind - we hope to have the same prefix as users of this library so the cn
// function that uses tailwind-merge can properly overwrite related tailwind classes
Expand Down
2 changes: 1 addition & 1 deletion lib/platform-bible-react/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
}

/* #region shared with https://github.com/paranext/paranext-extension-template/blob/main/tailwind.css */
/* #region shared with https://github.com/paranext/paranext-extension-template/blob/main/src/tailwind.css */

@layer base {
@font-face {
Expand Down

0 comments on commit ed4abcf

Please sign in to comment.