diff --git a/app/styles/variables.scss b/app/styles/variables.scss index 25a28cf..7452a90 100644 --- a/app/styles/variables.scss +++ b/app/styles/variables.scss @@ -1,4 +1,4 @@ $sidebar-width: 234px; $sidebar-collapsed-width: 80px; -$header-height: 64px; \ No newline at end of file +$header-height: 64px; diff --git a/package.json b/package.json index 9bec964..fe63ca5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start:bare": "cross-env API=https://wlan-graphql.zone3.lab.connectus.ai NODE_ENV=bare webpack-dev-server", "start:dev": "cross-env API=https://wlan-graphql.zone3.lab.connectus.ai NODE_ENV=development webpack-dev-server", "build": "webpack --mode=production", - "format": "prettier --write 'app/**/*.js'", + "format": "prettier --write 'app/**/*{.js,.scss}'", "eslint-fix": "eslint --fix 'app/**/*.js'", "eslint": "eslint 'app/**/*.js' --max-warnings=0" },