mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-24 13:38:35 -06:00
Updating packages and using scss.
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
$base-color: #282c34
|
||||
|
||||
body
|
||||
background-color: $base-color
|
5
src/frontend/styles/global.scss
Normal file
5
src/frontend/styles/global.scss
Normal file
@ -0,0 +1,5 @@
|
||||
$base-color: #282c34;
|
||||
|
||||
body {
|
||||
background-color: $base-color;
|
||||
}
|
Reference in New Issue
Block a user