Skip to content

Instantly share code, notes, and snippets.

@dalbeck

dalbeck/app.scss Secret

Created January 24, 2023 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalbeck/aed32c643e8fc25570890e7bba6fd0f8 to your computer and use it in GitHub Desktop.
Save dalbeck/aed32c643e8fc25570890e7bba6fd0f8 to your computer and use it in GitHub Desktop.
Sage app.scss (Foundation)
@charset 'utf-8';
@import 'settings';
@import "~foundation-sites/scss/foundation";
@import "~motion-ui/src/motion-ui";
@import "@fancyapps/ui/dist/fancybox.css";
// Global styles
@include foundation-global-styles;
@include foundation-forms;
@include foundation-typography;
// Grids (choose one)
@include foundation-xy-grid-classes;
// @include foundation-grid;
// @include foundation-flex-grid;
// Generic components
@include foundation-button;
@include foundation-button-group;
@include foundation-close-button;
@include foundation-label;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-range-input;
@include foundation-switch;
@include foundation-table;
// Basic components
@include foundation-badge;
@include foundation-breadcrumbs;
@include foundation-callout;
@include foundation-card;
@include foundation-dropdown;
@include foundation-pagination;
@include foundation-tooltip;
// Containers
@include foundation-accordion;
@include foundation-media-object;
@include foundation-orbit;
@include foundation-responsive-embed;
@include foundation-tabs;
@include foundation-thumbnail;
// Menu-based containers
@include foundation-menu;
@include foundation-menu-icon;
@include foundation-accordion-menu;
@include foundation-drilldown-menu;
@include foundation-dropdown-menu;
// Layout components
@include foundation-off-canvas;
@include foundation-reveal;
@include foundation-sticky;
@include foundation-title-bar;
@include foundation-top-bar;
// Helpers
@include foundation-float-classes;
@include foundation-flex-classes;
@include foundation-visibility-classes;
// @include foundation-prototype-classes;
// Motion UI
@include motion-ui-transitions;
@include motion-ui-animations;
// Theme Styles
@import 'theme.scss';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment