_example.settings.global.scss 424 B

12345678910111213
  1. ///* ========================================================================
  2. // #GLOBAL
  3. // ======================================================================== */
  4. // The global settings file contains any project-wide variables; things that
  5. // need to be made available to the entire codebase.
  6. // Standardise some UI treatments.
  7. $global-radius: 3px !default;
  8. $global-transition: all 300ms ease-in-out !default;