xmpp.chapril.org-conversejs/sass/converse.scss

22 lines
456 B
SCSS
Raw Normal View History

2014-12-09 00:49:21 +01:00
/*!
* Converse.js (Web-based XMPP instant messaging client)
* http://conversejs.org
*
* Copyright (c) 2012-2016, JC Brand <jc@opkode.com>
2014-12-09 00:49:21 +01:00
* Licensed under the Mozilla Public License
*/
@import "bourbon";
@import "variables";
@import "fonts";
@import "normalize";
@import "core";
@import "chatbox";
@import "controlbox";
@import "roster";
@import "chatrooms";
2016-03-20 00:03:00 +01:00
@import "headline";
@import "minimized_chats";
@import "bookmarks";
@import "awesomplete"