From 1417158c146232a4bf7e0b3f16851b13175ff81c Mon Sep 17 00:00:00 2001 From: TUTOR03 Date: Sat, 12 Dec 2020 21:55:51 +0500 Subject: [PATCH 1/2] Just test sublime merge --- src/styles/App.module.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/App.module.css b/src/styles/App.module.css index a85d257..18eb62c 100644 --- a/src/styles/App.module.css +++ b/src/styles/App.module.css @@ -1,3 +1,7 @@ .title { color: red; } +/*just test sunlime merge*/ +body{ + background-color: blue; +} \ No newline at end of file From 046408f81df21a7593f3649489401b5153171313 Mon Sep 17 00:00:00 2001 From: TUTOR03 Date: Sat, 12 Dec 2020 16:57:45 +0000 Subject: [PATCH 2/2] Apply Prettier styles --- src/styles/App.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/App.module.css b/src/styles/App.module.css index 18eb62c..cf0f8bb 100644 --- a/src/styles/App.module.css +++ b/src/styles/App.module.css @@ -2,6 +2,6 @@ color: red; } /*just test sunlime merge*/ -body{ - background-color: blue; -} \ No newline at end of file +body { + background-color: blue; +}