Update README.md

This commit is contained in:
Nicco 2020-01-06 23:52:03 +01:00 committed by GitHub
parent 6f816958f4
commit c7b18dd752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@ We leverage two browser features.
The first one is a css media query that gives us the actual user preference. with `window.matchMedia` we can get it inside of javascript and even listen on changes, which makes it reactive. The first one is a css media query that gives us the actual user preference. with `window.matchMedia` we can get it inside of javascript and even listen on changes, which makes it reactive.
Currently (06.01.2020) Safari, iOS, Firefox, Chrome & Android all support these features. Edge will as soon as it converts to chromium (15.01.2020) and IE of course is a lost cause.
## 🚀 Quickstart ## 🚀 Quickstart
```typescript ```typescript