Replace various instances of Riot with Element

This commit is contained in:
J. Ryan Stinnett 2020-11-25 17:01:19 +00:00
parent d05c022d4f
commit f1e89bf833
10 changed files with 11 additions and 11 deletions

View file

@ -52,7 +52,7 @@ other changes:
- skins/vector/themes/foo/css
- skins/vector/themes/foo/img
- skins/vector/themes/foo/fonts
- ideally riot-web would contain almost nothing but skins/vector directory.
- ideally element-web would contain almost nothing but skins/vector directory.
- ability to entirely replace CSS rather than override it for a given theme
- e.g. if we replace `Login.js` with `StatusLogin.js`, then we should similarly be able to replace `_Login.scss` with `_StatusLogin.scss`.