From 78a771208ae1c6d10eed27c3c2b7801fb9418f20 Mon Sep 17 00:00:00 2001 From: MoritzBru Date: Sat, 8 Jun 2024 13:26:50 +0200 Subject: [PATCH] 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 3d5630a..6cbe376 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 0000000..55164c0 --- /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 0000000..3b23c49 --- /dev/null +++ b/static/library/postcss_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file