Remove remainders of gemini-scrollbar and react-gemini-scrollbar

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/12756/head
Michael Telatynski 2020-03-17 10:31:46 +00:00
parent 4155973b8a
commit 8cef591c57
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@
"dependencies": {
"browser-request": "^0.3.3",
"favico.js": "^0.3.10",
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
"gfm.css": "^1.1.2",
"highlight.js": "^9.13.1",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",

View File

@ -21,7 +21,6 @@ limitations under the License.
// Require common CSS here; this will make webpack process it into bundle.css.
// Our own CSS (which is themed) is imported via separate webpack entry points
// in webpack.config.js
require('gemini-scrollbar/gemini-scrollbar.css');
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');