bigbuffet-rw/app/styles/application.scss
2020-05-30 22:39:08 -05:00

48 lines
1.5 KiB
SCSS

@import 'soapbox/mixins';
@import 'soapbox/variables';
@import 'soapbox/fonts';
@import 'soapbox/reset';
@import 'soapbox/basics';
@import 'soapbox/containers';
@import 'soapbox/lists';
@import 'soapbox/footer';
@import 'soapbox/compact_header';
@import 'soapbox/widgets';
@import 'soapbox/forms';
@import 'soapbox/accounts';
@import 'soapbox/stream_entries';
@import 'soapbox/boost';
// NOTE - In the process of stripping this giant file into individual components (below)
@import 'soapbox/components';
// COMPONENTS
@import 'soapbox/components/buttons';
@import 'soapbox/components/inputs';
@import 'soapbox/components/tabs-bar';
@import 'soapbox/components/dropdown-menu';
@import 'soapbox/components/modal';
@import 'soapbox/components/account-header';
@import 'soapbox/components/user-panel';
@import 'soapbox/components/compose-form';
@import 'soapbox/components/group-card';
@import 'soapbox/components/group-detail';
@import 'soapbox/components/group-form';
@import 'soapbox/components/group-sidebar-panel';
@import 'soapbox/components/sidebar-menu';
@import 'soapbox/components/hotkeys-modal';
@import 'soapbox/components/emoji-reacts';
@import 'soapbox/components/detailed-status';
@import 'soapbox/polls';
@import 'soapbox/introduction';
@import 'soapbox/emoji_picker';
@import 'soapbox/about';
@import 'soapbox/tables';
@import 'soapbox/dashboard';
@import 'soapbox/rtl';
@import 'soapbox/accessibility';
@import 'soapbox/donations';
@import 'soapbox/dyslexic';
@import 'soapbox/demetricator';
@import 'soapbox/pro';