mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-21 10:37:51 +02:00
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:
parent
711a6fe3d0
commit
80b6c01b74
2 changed files with 9 additions and 0 deletions
BIN
website/src/data/showcase/sass-fairy.png
Normal file
BIN
website/src/data/showcase/sass-fairy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -1412,6 +1412,15 @@ const Users: User[] = [
|
||||||
source: 'https://github.com/sapphiredev/website',
|
source: 'https://github.com/sapphiredev/website',
|
||||||
tags: ['opensource', 'large'],
|
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',
|
title: 'SCI WP Framework',
|
||||||
description: 'A PHP framework to create MVC plugins for WordPress',
|
description: 'A PHP framework to create MVC plugins for WordPress',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue