2015-01-19 16:44:34 -10:00
|
|
|
// Signal for the Browser
|
2014-11-07 00:17:27 -08:00
|
|
|
// A universally compatible extension
|
|
|
|
// Below is the ship's manifest
|
|
|
|
|
|
|
|
// Global Settings, Variables, and Mixins
|
2015-01-19 16:44:34 -10:00
|
|
|
@import 'variables';
|
2015-01-29 18:53:49 -10:00
|
|
|
@import 'global';
|
2014-11-07 00:17:27 -08:00
|
|
|
|
|
|
|
// Build the main view
|
2015-01-24 12:17:44 -10:00
|
|
|
@import 'index';
|
2015-01-29 18:53:49 -10:00
|
|
|
@import 'conversation';
|
2014-11-07 00:17:27 -08:00
|
|
|
|
|
|
|
// Not sure where something goes, or
|
|
|
|
// implementing a known CSS hack? Add it
|
|
|
|
// to `shame.scss`, and it will be fixed!
|
|
|
|
|
2015-01-19 16:44:34 -10:00
|
|
|
@import 'shame';
|