Skip to content

Commit

Permalink
🔥 Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Du Pont committed Mar 7, 2022
1 parent 5e2b68d commit 525de7a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,3 @@ export const BROWSER = PARSER.getBrowser()

export const IS_MOBILE = DEVICE.type === 'mobile'
export const IS_TABLET = DEVICE.type === 'tablet'

// Grid Constants
export const DEFAULT_GRID_GUTTER = 18
export const DEFAULT_GRID_COLUMNS = 16

0 comments on commit 525de7a

Please sign in to comment.