docs: add Sass Fairy to showcase (#6455)

* Add Sass Fairy to showcase

* minor tweaks

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
trent 2022-01-23 20:21:16 -05:00 committed by GitHub
parent 711a6fe3d0
commit 80b6c01b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -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',