Skip to content

Commit

Permalink
Merge pull request #361 from MoritzBru/add-postcss-logo
Browse files Browse the repository at this point in the history
add: postcss logo
  • Loading branch information
pheralb committed Jun 11, 2024
2 parents 190b840 + c103af5 commit b5d6283
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
1 change: 1 addition & 0 deletions static/library/postcss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5d6283

Please sign in to comment.