diff --git a/website/src/data/showcase/sass-fairy.png b/website/src/data/showcase/sass-fairy.png new file mode 100644 index 0000000000..22ada6eea8 Binary files /dev/null and b/website/src/data/showcase/sass-fairy.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 879a0653c8..ddb00957a9 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1412,6 +1412,15 @@ const Users: User[] = [ source: 'https://github.com/sapphiredev/website', tags: ['opensource', 'large'], }, + { + title: 'Sass Fairy', + description: + 'Enhances built-in Sass modules with additional functions and adds modules for handling breakpoints and exceptions.', + preview: require('./showcase/sass-fairy.png'), + website: 'https://sass-fairy.com/', + source: 'https://github.com/roydukkey/sass-fairy', + tags: ['opensource'], + }, { title: 'SCI WP Framework', description: 'A PHP framework to create MVC plugins for WordPress',