mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
Merge pull request #361 from MoritzBru/add-postcss-logo
add: postcss logo
This commit is contained in:
commit
b5d6283f97
@ -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'],
|
||||
|
1
static/library/postcss.svg
Normal file
1
static/library/postcss.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 17 KiB |
1
static/library/postcss_wordmark.svg
Normal file
1
static/library/postcss_wordmark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user