Commit graph

12 commits

Author SHA1 Message Date
4bd181d3cc
fix: update Sapper to latest ()
* fix: update to latest sapper

fixes 

* fix error and debug pages

* requestIdleCallback makes column switching feel way nicer than double rAF

* add export feature

* add better csp info

* workaround for sapper sub-page issue

* clarify in readme about exporting

* fix now config

* switch from rIC to triple raf

* style-loader is no longer used

* update theming guide
2018-12-11 07:31:48 -08:00
e44cafb5fb
feat(scrollbars): add option to disable scrollbars, fix macOS style ()
fixes  and fixes 
2018-11-27 19:17:18 -08:00
48a1bd47b3
refactor(themes): use CSS specificity order for themes ()
The point of this PR is to make it easier to implement scrollbars ().

With this PR, the themes move from a body tag-based system (e.g. `body.theme-scarlet`) to a system where they simply declare global CSS and we use CSS specificity order to give us the right theme.
2018-11-24 00:41:36 -08:00
fbd57d67a7
remove yargs as dependency () 2018-09-23 07:57:07 -07:00
greenkeeper[bot]
8dbc1b0503 Update standard to the latest version 🚀 ()
* chore(package): update standard to version 12.0.0

* package lock update

* fix eslint
2018-08-29 21:42:57 -07:00
9643cfc9db emit theme scss as compressed 2018-04-10 20:12:41 -07:00
2e83bc0ff9 use standard 2018-02-08 22:29:29 -08:00
cbcb270ed3 add explicit offline mode 2018-01-18 20:57:15 -08:00
f258d4ca07 stop inlining unminified css 2018-01-14 14:54:20 -08:00
ccc1efb42a fix lighthouse score, add icons, inline global css 2018-01-14 14:29:32 -08:00
1f9029f457 finish theme engine 2018-01-13 18:59:49 -08:00
f69797544d start on instance theming 2018-01-13 17:41:15 -08:00