mourningdove/htdocs/scss/foundation/_base.scss

13 lines
526 B
SCSS
Raw Normal View History

2026-05-24 01:03:05 +00:00
/* include this file in your page or component to get settings, functions, etc.
This does not print any additional CSS because that same CSS will already be in the site skin
(note: because this stylesheet is generated separately from the site skin, the @import/@export
unique handling SASS does will not work)
*/
$include-html-classes: false;
@import "foundation/settings";
$modules: append($modules, "global"); // hack so we don't print out the meta.foundation* classes from global
@import "foundation/components/global";