Skip to content

Commit

Permalink
Fixing reset
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 6, 2024
1 parent f7bf34a commit e81300b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/css/reset.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { globalStyle, style } from '@vanilla-extract/css'

import { vars } from './vars.css'

export const reset = style({
textDecoration: 'unset',
})
export const reset = style({})

globalStyle(`${reset}, ${reset} *`, {
fontFamily: vars.fonts.body,
Expand Down

0 comments on commit e81300b

Please sign in to comment.