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