Skip to content

Commit

Permalink
chore: deprecate unneeded eslint ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 27, 2023
1 parent 0b47dea commit ba39adf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion theme/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// ts-unused-exports:disable-next-line
export const breakpoints = {
sm: '398px',
md: '768px',
Expand Down
1 change: 0 additions & 1 deletion theme/keyframes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CssKeyframes } from 'leather-styles/types/system-types';

// ts-unused-exports:disable-next-line
export const keyframes: CssKeyframes = {
fadein: {
'0%': { opacity: '0' },
Expand Down
1 change: 0 additions & 1 deletion theme/semantic-tokens.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineSemanticTokens } from '@pandacss/dev';

// ts-unused-exports:disable-next-line
export const semanticTokens = defineSemanticTokens({
colors: {
// Primative colours defined as semantic tokens to match Radix
Expand Down
1 change: 0 additions & 1 deletion theme/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineTokens } from '@pandacss/dev';

import { colors } from './colors';

// ts-unused-exports:disable-next-line
export const tokens = defineTokens({
animations: {
spin: {
Expand Down
1 change: 0 additions & 1 deletion theme/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const commonDiatypeStyles = {

const firaCode = 'Fira Code';

// ts-unused-exports:disable-next-line
export const textStyles = defineTextStyles({
'display.01': {
description: 'display.01',
Expand Down

0 comments on commit ba39adf

Please sign in to comment.