f042378a37
Use emojijs for replacing unicode with image tags for display. We were already using it to replace colons with unicode. Additionally it has a companion data repo that is kept up to date with images from all the common image sets. // FREEBIE
16 lines
316 B
SCSS
16 lines
316 B
SCSS
// Global Settings, Variables, and Mixins
|
|
@import 'variables';
|
|
@import 'mixins';
|
|
@import 'global';
|
|
|
|
// Components
|
|
@import 'progress';
|
|
@import 'debugLog';
|
|
@import 'lightbox';
|
|
@import 'recorder';
|
|
@import 'emoji';
|
|
|
|
// Build the main view
|
|
@import 'index';
|
|
@import 'conversation';
|
|
@import 'themes';
|