Skip to content

Commit 6010962

Browse files
Add CSSnippets to the list of resources (#663)
* Add CSSnippets to the list of resources * Add CSS Box Shadow Generator to the list of resources * Remove CSS Box Shadow Generator from the resources list
1 parent 548f962 commit 6010962

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/c.ts

+8
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,14 @@ export const resources: Resource[] = [
997997
'CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.',
998998
url: 'https://cssreference.io/',
999999
},
1000+
{
1001+
name: 'CSSnippets',
1002+
categories: ['Code Snippet', 'Programming', 'Animation'],
1003+
description:
1004+
'CSSnippets is a collection of HTML, React, CSS and Tailwind CSS code snippets for buttons, box-shadows, cards, checkboxes, dropdowns and many more.',
1005+
keywords: ['css snippets', 'react snippets', 'tailwind css snippets', 'css code snippets', 'FREE Tailwind Components'],
1006+
url: 'https://cssnippets.shefali.dev/',
1007+
},
10001008
{
10011009
name: 'CSS Scan',
10021010
categories: ['Browser', 'Extension', 'Programming'],

0 commit comments

Comments
 (0)