mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
49 lines
1.3 KiB
SCSS
49 lines
1.3 KiB
SCSS
/*
|
|
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
|
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
|
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
|
*
|
|
|
|
*= require normalize
|
|
*= require skeleton
|
|
*= require responsive-tables
|
|
*= require jquery.powertip
|
|
*= require jquery.ui.datepicker
|
|
*= require jquery-ui-timepicker-addon
|
|
*= require shared/textAngular
|
|
*= require shared/ng-tags-input.min
|
|
*= require select2
|
|
|
|
*= require_self
|
|
*/
|
|
|
|
//************************************************************************//
|
|
//************************************************************************//
|
|
@import 'globals/functions';
|
|
@import 'globals/variables';
|
|
@import 'variables';
|
|
@import 'globals/mixins';
|
|
|
|
@import 'shared/typography';
|
|
@import 'shared/tables';
|
|
@import 'shared/icons';
|
|
@import 'shared/forms';
|
|
@import 'shared/layout';
|
|
|
|
@import 'plugins/powertip';
|
|
@import 'plugins/jstree';
|
|
@import 'plugins/font-awesome';
|
|
@import 'plugins/select2';
|
|
|
|
@import 'sections/image_settings';
|
|
@import 'sections/orders';
|
|
@import 'sections/products';
|
|
|
|
@import 'hacks/mozilla';
|
|
@import 'hacks/opera';
|
|
@import 'hacks/ie';
|
|
|
|
@import 'components/*';
|
|
@import 'pages/*';
|
|
@import '*';
|