mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
remove emoji css from manifest and move into index.styl
This commit is contained in:
parent
d3eed2282c
commit
bdf32325f6
2 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,7 @@
|
|||
@import "../bower_components/bootstrap/docs/assets/css/bootstrap-responsive.css"
|
||||
@import "../bower_components/bootstrap-tour/build/css/bootstrap-tour.min.css"
|
||||
@import "../bower_components/angular-loading-bar/build/loading-bar.css"
|
||||
@import "../bower_components/js-emoji/emoji.css"
|
||||
|
||||
// Custom includes
|
||||
@import "./tasks.styl"
|
||||
|
|
|
|||
|
|
@ -60,8 +60,7 @@
|
|||
"css": [
|
||||
"bower_components/bootstrap/docs/assets/css/bootstrap.css",
|
||||
"app.css",
|
||||
"bower_components/habitrpg-shared/dist/spritesheets.css",
|
||||
"bower_components/js-emoji/emoji.css"
|
||||
"bower_components/habitrpg-shared/dist/spritesheets.css"
|
||||
]
|
||||
},
|
||||
"static": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue