aboutsummaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/mock-dev.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/mock-dev.js b/development/mock-dev.js
index dafb91266..39b65d24c 100644
--- a/development/mock-dev.js
+++ b/development/mock-dev.js
@@ -57,13 +57,6 @@ function updateQueryParams (newView) {
}
//
-// CSS
-//
-
-const MetaMaskUiCss = require('../ui/css')
-const injectCss = require('inject-css')
-
-//
// MetaMask Controller
//
@@ -99,9 +92,6 @@ function modifyBackgroundConnection (backgroundConnectionModifier) {
actions._setBackgroundConnection(modifiedBackgroundConnection)
}
-var css = MetaMaskUiCss()
-injectCss(css)
-
// parse opts
var store = configureStore(firstState)