Merge pull request #361 from MoritzBru/add-postcss-logo

add: postcss logo
This commit is contained in:
Pablo Hdez 2024-06-11 16:09:14 +01:00 committed by GitHub
commit b5d6283f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View File

@ -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'],

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB