mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Client/inventory WIP (#8527)
* some stable work and faster less recompilation * user with zero tasks can use the app * wip work to show loading status of resources * revert changes to sync
This commit is contained in:
@@ -21,9 +21,9 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<!-- Load CSS that doesn't belong to any specific component -->
|
||||
<style src="assets/css/index.css"></style>
|
||||
<style src="assets/less/semantic-ui/semantic.less" lang="less"></style>
|
||||
<style src="assets/less/index.less" lang="less"></style>
|
||||
<style src="assets/css/index.css"></style>
|
||||
|
||||
<style scoped>
|
||||
.ui.fixed.menu + .ui.grid {
|
||||
|
||||
Reference in New Issue
Block a user