Created
June 27, 2020 10:55
-
-
Save PrasathRavichandran/090c9feef1d4c4714e2d5b3f5d9f3249 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; | |
@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