Remove minified CSS

Makes editing it a pain in the ass.
This commit is contained in:
Joshua Boniface 2021-10-01 01:35:42 -04:00
parent 58c8dc6817
commit 12bc70988b
3 changed files with 1 additions and 12 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> {{ .Title }} &middot; {{ .Site.Title }} </title> <title> {{ .Title }} &middot; {{ .Site.Title }} </title>
<!-- CSS --> <!-- CSS -->
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/uno.min.css" /> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/uno.css" />
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/lightGallery.css" /> <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/lightGallery.css" />
<!-- Icons --> <!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">

File diff suppressed because one or more lines are too long

View File

@ -1,7 +0,0 @@
{
"version": 3,
"mappings": "",
"sources": [],
"names": [],
"file": "uno.min.css"
}