Skip to content

Instantly share code, notes, and snippets.

@PrasathRavichandran
Created June 27, 2020 11:05
Show Gist options
  • Save PrasathRavichandran/2ab8f17ba51da423fe221ef5fc6aa258 to your computer and use it in GitHub Desktop.
Save PrasathRavichandran/2ab8f17ba51da423fe221ef5fc6aa258 to your computer and use it in GitHub Desktop.
// Variables
$secondary: #f4f4f4;
$primary: #401f7c;
$border-radius: 0;
$border-radius-sm: 0;
$border-radius-lg: 0;
// Utilities
$utilities: () !default;
$utilities: map-merge(
(
"input-padding": (
property: padding,
class: ip,
values: (
0: 0,
1: 0.3rem,
2: 0.5rem,
3: 0.7rem,
4: 0.9rem,
5: 1rem,
),
),
),
$utilities
);
@import "./style";
@import "../node_modules/bootstrap/scss/bootstrap.scss";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment