Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
refactor: remove BROWSER_VIEWPORT_WIDTH constant
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove BROWSER_VIEWPORT_WIDTH constant
  • Loading branch information
mg901 committed Apr 24, 2019
1 parent b539636 commit 7dd4537
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const HALF = 0.5;
export const BROWSER_VIEWPORT_WIDTH = '100vw';
export const BROWSER_CONTEXT = 16;
export const POSITIVE_OR_NEGATIVE_INT_OR_FLOAT_NUM_AT_BEGINNING_OF_THE_STRING = /^-?\d+(\.\d+)?$/;
export const DASH_HYPHEN_WHITESPACE_ANY_CHARACTERS = /[-_\s]+(.)?/g;
Expand Down

0 comments on commit 7dd4537

Please sign in to comment.