Simon Tang
Simon Tang
The setup instructions were still referencing the `onedrive-d` repository instead of `onedrive-d-old`.
From https://github.com/DamonOehlman/detect-browser/issues/124 I saw that the intent was to publish `detect-browser` at unpkg. However when I navigate to the link https://unpkg.com/browse/detect-browser from the README, it redirects to https://unpkg.com/browse/[email protected] which then...
Hello, upon building my TypeScript project with `tsc`, I got this error: ``` node_modules/detect-browser/index.d.ts:1:23 - error TS2688: Cannot find type definition file for 'node'. 1 /// ~~~~ node_modules/detect-browser/index.d.ts:16:71 - error...
## 🚀 Feature Proposal I think it would be useful for xstyled to provide styling utils based on viewport height, as it does with viewport width. ## Motivation - Users...