aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorIndrajith K L2022-09-03 04:38:12 +0530
committerIndrajith K L2022-09-03 04:38:12 +0530
commit9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch)
treed875a25cb6860aee9193856f9212f607e664394b /src/css
parente2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff)
downloadindrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz
indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2
indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip
Tailwind Build Process Changes
* Uses npm-run-all to manage build process * Removed Concurrently Style Fixes
Diffstat (limited to 'src/css')
-rw-r--r--src/css/styles.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/css/styles.css b/src/css/styles.css
index de570b1..e1bcf06 100644
--- a/src/css/styles.css
+++ b/src/css/styles.css
@@ -14,18 +14,6 @@
src: url(./fonts/PPSupplyMono-Ultralight.otf);
}
-* {
- margin: 0;
- box-sizing: border-box;
-}
-
-html,
-body {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
-}
-
code[class*="language-"],
pre[class*="language-"] {
color: #657b83; /* base00 */