feat: init
This commit is contained in:
11
src/style/global.scss
Normal file
11
src/style/global.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
// global.scss
|
||||
@import "./theme/index.scss";
|
||||
// variables.scss
|
||||
$primary-color: #fe4e5e;
|
||||
$background-color: #fefefe;
|
||||
$padding: 124px;
|
||||
// :export {
|
||||
// primaryColor: $primary-color;
|
||||
// backgroundColor: $background-color;
|
||||
// padding: $padding;
|
||||
// }
|
||||
Reference in New Issue
Block a user