diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bf8c78a..b553440 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1225,5 +1225,12 @@ export const svgs: iSVG[] = [ category: 'Framework', route: '/library/hugo.svg', url: 'https://gohugo.io/' + }, + { + id:176, + title:'SASS', + category:'language', + route:'/library/sass.svg', + url:'https://sass-lang.com/' } ]; diff --git a/static/library/sass.svg b/static/library/sass.svg new file mode 100644 index 0000000..d430c80 --- /dev/null +++ b/static/library/sass.svg @@ -0,0 +1 @@ + \ No newline at end of file