Fixed navigation and title bug, added sass preprocessor
diff --git a/views/style/package.json b/views/style/package.json
new file mode 100644
index 0000000..6f1a8e6
--- /dev/null
+++ b/views/style/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "xos-styling",
+ "version": "0.0.1",
+ "scripts": {
+ "server": "browser-sync start --proxy xos.dev:9999 --files \"../../xos/core/dashboard/views/*.py, ../../xos/templates/**/*.html, ../../xos/core/static/xos.css\"",
+ "styles": "node-sass -w -r --include-path --source-map-embed -o ../../xos/core/static/ ./sass/xos.scss",
+ "start": "concurrently \"npm run styles\" \"npm run server\""
+ },
+ "devDependencies": {
+ "browser-sync": "^2.11.2",
+ "concurrently": "^2.0.0",
+ "node-sass": "^3.4.2"
+ }
+}