Got rid of scss files, fixet time format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-19 15:41:32 +03:00
parent 76bf04f8de
commit 4f54d08666
11 changed files with 64 additions and 40 deletions

View File

@@ -1 +0,0 @@
$clr-text: #1f1f1f;

View File

@@ -1,2 +1 @@
@import './fonts';
@import './colors';

View File

@@ -5,7 +5,6 @@ body {
padding: 0;
margin: 0;
font: $font-r4;
color: $clr-text;
}
* {