1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-12 10:02:48 +00:00

styling changes - added font-awesome

This commit is contained in:
2017-02-04 04:03:49 +00:00
parent 8b24e8fe31
commit 946fdd1e80
21 changed files with 5136 additions and 34 deletions

View File

@@ -23,6 +23,7 @@
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"extract-text-webpack-plugin": "2.0.0-rc.1",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^4.5.0",
"postcss-loader": "^1.2.1",
@@ -32,6 +33,7 @@
"react-router": "^3.0.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.2.0"
}