]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: remove empty lines in default CSS (#373)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Sat, 11 Nov 2023 00:55:11 +0000 (01:55 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 00:55:11 +0000 (08:55 +0800)
template/base/src/assets/main.css

index 01091a937e3e5c02483b8bcc7405d210a20509af..36fb845b5232b8594b0d0f0e61a8cff0b73a4128 100644 (file)
@@ -4,7 +4,6 @@
   max-width: 1280px;
   margin: 0 auto;
   padding: 2rem;
-
   font-weight: normal;
 }
 
@@ -14,7 +13,6 @@ a,
   color: hsla(160, 100%, 37%, 1);
   transition: 0.4s;
   padding: 3px;
-
 }
 
 @media (hover: hover) {