xmpp.chapril.org-conversejs/sass/converse.scss
JC Brand d2227c8d44 Replace typeahead with awesomplete.
Much smaller library.
No dependence on jQuery.

Updates #779
2017-02-14 12:26:56 +01:00

22 lines
456 B
SCSS

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