Skip to content

Commit

Permalink
fix: sørg for at custom stiler funker med tailwind-preset
Browse files Browse the repository at this point in the history
Legger tilbake innebygde presets fra Tailwind, som sørger for at stilene våre kan brukes ordentlig
  • Loading branch information
piofinn committed Feb 7, 2025
1 parent cde194d commit 37e16d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/tailwind/tailwindPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { breakpoints } from "../utils/breakpoints";
import colors from "./colors";

const tailwindPreset: Partial<Config> = {
presets: [], // Deaktiverer innebygde themes fra Tailwind
theme: {
colors,
spacing: tokens.spacing,
Expand Down
1 change: 0 additions & 1 deletion packages/jokul/src/tailwind/tailwindPreset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import colors from "./colors.js";
import { jokulTypographyPlugin } from "./plugins/jokulTypographyPlugin.js";

export const jokulPreset: Partial<Config> = {
presets: [], // Deaktiverer innebygde presets fra Tailwind
theme: {
colors,
spacing: tokens.spacing,
Expand Down

0 comments on commit 37e16d5

Please sign in to comment.