mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
23 lines
667 B
SCSS
23 lines
667 B
SCSS
/**
|
|
* This file is the central collection of included modules, links to custom SCSS files,
|
|
* and any global SCSS variable definitions.
|
|
*
|
|
* DO NOT ADD stylesheet rules to this file directly!
|
|
*
|
|
* Note: By prefixing files with an underscore, they won't create individual CSS files.
|
|
*/
|
|
|
|
/** -----------------------------
|
|
* Core Compass Libraries
|
|
* ------------------------------ */
|
|
@import "compass/css3";
|
|
@import "compass/utilities/sprites/sprite-img";
|
|
@import "compass/utilities/general";
|
|
|
|
/** -----------------------------
|
|
* CMS Components
|
|
* ------------------------------ */
|
|
@import "CMSMain.scss";
|
|
@import "AssetAdmin.scss";
|
|
@import "ReportAdmin.scss";
|