chore: remove unused vars
This commit is contained in:
parent
0085980879
commit
ab01184c5c
3 changed files with 3 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.10",
|
"version": "2.4.11",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.10",
|
"version": "2.4.11",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-fetch": "4.0.1",
|
"@11ty/eleventy-fetch": "4.0.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.10",
|
"version": "2.4.11",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -46,10 +46,6 @@
|
||||||
--brand-npm: #cc3534;
|
--brand-npm: #cc3534;
|
||||||
--brand-rss: #f26522;
|
--brand-rss: #f26522;
|
||||||
|
|
||||||
--moon: #6a5acd;
|
|
||||||
--sun: #ffa500;
|
|
||||||
--twilight: #9e7485;
|
|
||||||
|
|
||||||
--article: light-dark(#007272, #00ffff);
|
--article: light-dark(#007272, #00ffff);
|
||||||
--about: light-dark(#e4513a, #ff967d);
|
--about: light-dark(#e4513a, #ff967d);
|
||||||
--books: light-dark(#1a7b1a, #6fff6f);
|
--books: light-dark(#1a7b1a, #6fff6f);
|
||||||
|
|
Reference in a new issue