From 78a771208ae1c6d10eed27c3c2b7801fb9418f20 Mon Sep 17 00:00:00 2001 From: MoritzBru Date: Sat, 8 Jun 2024 13:26:50 +0200 Subject: [PATCH 1/2] add: postcss logo c.f. https://github.com/postcss/brand/tree/master --- src/data/svgs.ts | 7 +++++++ static/library/postcss.svg | 1 + static/library/postcss_wordmark.svg | 1 + 3 files changed, 9 insertions(+) create mode 100644 static/library/postcss.svg create mode 100644 static/library/postcss_wordmark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3d5630a6..6cbe3763 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2815,5 +2815,12 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/webcomponents.svg', url: 'https://www.webcomponents.org/' + }, + { + title: 'PostCSS', + category: 'Compiler', + route: '/library/postcss.svg', + wordmark: '/library/postcss_wordmark.svg', + url: 'https://postcss.org/' } ]; diff --git a/static/library/postcss.svg b/static/library/postcss.svg new file mode 100644 index 00000000..55164c07 --- /dev/null +++ b/static/library/postcss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/postcss_wordmark.svg b/static/library/postcss_wordmark.svg new file mode 100644 index 00000000..3b23c492 --- /dev/null +++ b/static/library/postcss_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file From 1c79847a2394accb17ed78e391eb07eb7979bc4a Mon Sep 17 00:00:00 2001 From: MoritzBru Date: Sat, 8 Jun 2024 22:24:03 +0200 Subject: [PATCH 2/2] fix: reduce size of postcss wordmark --- static/library/postcss_wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/postcss_wordmark.svg b/static/library/postcss_wordmark.svg index 3b23c492..bcd0c74a 100644 --- a/static/library/postcss_wordmark.svg +++ b/static/library/postcss_wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file