summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-17 08:43:11 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-17 08:43:11 +0500
commit5d233a008d4aecc61eb30bdbe79ab3bfcb1c1cff (patch)
tree444414c019bb6099c2537332477164c9f35555fd
parent1139bfe4b540586c0b90471f0cc27a520a254a0a (diff)
downloadchat-5d233a008d4aecc61eb30bdbe79ab3bfcb1c1cff.tar.gz
chat-5d233a008d4aecc61eb30bdbe79ab3bfcb1c1cff.tar.bz2
chat-5d233a008d4aecc61eb30bdbe79ab3bfcb1c1cff.zip
Reordering styles.scss file
-rw-r--r--webapp/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 8ebe51bd2..2ce220f1d 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -3,11 +3,11 @@
import $ from 'jquery';
-import 'sass/styles.scss';
import 'bootstrap/dist/css/bootstrap.css';
import 'jasny-bootstrap/dist/css/jasny-bootstrap.css';
import 'bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css';
import 'google-fonts/google-fonts.css';
+import 'sass/styles.scss';
import React from 'react';
import ReactDOM from 'react-dom';