Chris Straw
SHARE:

Bootstrap scss use examples

@use "bootstrap/scss/bootstrap" as bootstrap with (
  $blue: #035c86,
  $indigo: #6610f2,
  $purple: #6f42c1,
  $pink: #d63384,
  $red: #cf4217,
  $orange: #faa23e,
  $yellow: #ffc107,
  $green: #188263,
  $teal: #20c997,
  $cyan: #0dcaf0,

  $min-contrast-ratio: 4.5,

  $enable-caret: true,
  $enable-rounded: true,
  $enable-shadows: true,
  $enable-gradients: false,
  $enable-transitions: true,
  $enable-reduced-motion: true,
  $enable-smooth-scroll: true,
  $enable-grid-classes: true,
  $enable-container-classes: true,
  $enable-cssgrid: false,
  $enable-button-pointers: true,
  $enable-rfs: true,
  $enable-validation-icons: true,
  $enable-negative-margins: true,
  $enable-deprecation-messages: true,
  $enable-important-utilities: true,

  $enable-dark-mode: true,
);

Written by

Chris Straw