diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-19 08:17:22 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-19 08:17:22 +0200 |
commit | 3725c0edccec80adc09b6855434bad65e5901a63 (patch) | |
tree | 0a7754a3512a316e39a94024b65f783a140f2de0 /src/app.scss |
STRUCT Repo structure with basic layout
Diffstat (limited to 'src/app.scss')
-rw-r--r-- | src/app.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.scss b/src/app.scss new file mode 100644 index 0000000..c489d30 --- /dev/null +++ b/src/app.scss @@ -0,0 +1,3 @@ +body { + background: red; +}
\ No newline at end of file |