react-workspaces / react-workspaces-playground

⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.
https://react-workspaces.github.io/react-workspaces-playground/
764 stars 128 forks source link

Add support to Sass #31

Closed RamWebDev closed 4 years ago

RamWebDev commented 4 years ago

When the Component or App gets complex, it is easier to use Sass than plain CSS. Please add support for Sass

MikeSuiter commented 4 years ago

Have to tried to add SASS? I would think anything you can do with CRA 3 you can do with react-workspaces.

https://create-react-app.dev/docs/adding-a-sass-stylesheet/

RamWebDev commented 4 years ago

Thanks. It works fine.