From 73dfffd3d7b045c3e271f49fb2e3e14579b6477a Mon Sep 17 00:00:00 2001 From: Arthur Guiot Date: Sat, 7 Jul 2018 18:56:46 +0200 Subject: [PATCH] Added Scss --- s/Scss.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 s/Scss.scss diff --git a/s/Scss.scss b/s/Scss.scss new file mode 100644 index 00000000..ad5ffcc4 --- /dev/null +++ b/s/Scss.scss @@ -0,0 +1,3 @@ +body::before { + content: "Hello World!" +}