Created
June 27, 2020 11:05
-
-
Save PrasathRavichandran/2ab8f17ba51da423fe221ef5fc6aa258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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