diff --git a/src/data/svgs.ts b/src/data/svgs.ts index cee0e036..01906c24 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2816,6 +2816,20 @@ export const svgs: iSVG[] = [ 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/' + }, + { + title: "SVG", + category: ["Language", "Design"], + route: "/library/svg.svg", + wordmark: "/library/svg_wordmark.svg", + url: "https://www.w3.org/TR/SVG/" + }, { title: 'SVG', category: ['Language', 'Design'], 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..bcd0c74a --- /dev/null +++ b/static/library/postcss_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file