-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCSS support #75
Comments
Hey! Yep, it's not released yet, but I'll work on this in the coming month. This comes with support for other frameworks. |
Is it released? |
It's released for |
@CompuIves. Thank you for your response. I'm releasing a new version of https://github.com/andrerpena/react-mde and I'd like the demos to be moved to CodeSandBox. I've never used Preact. Would components implemented for React work on Preact? I suppose not. |
@andrerpena with preact-compat react components work fine in preact, and fortunately codesandbox comes with preact-compat so it works seamlessly. check preact-compat here. your react-mde is nice by the way 😄 |
It seems like sass support in the Changing the same stylesheet to sass syntax actually throws an error: https://codesandbox.io/s/8z8q40ok1l |
When will this be implemented? Anything I can do to contribute to this project? |
Maybe Codesandbox.io could try use ParcelJS Template too. Connecting SCSS is lot easier. |
We can close this one now 😄. We have parcel support! |
@CompuIves why was this closed?
But... |
The React template in CodeSandbox is based on You can, however, start a sandbox based on |
Awesome. Thanks for the explaination! |
Is there a way to not have to reload the page to see changes? |
Given that create-react-app has a workaround for this ... is there a way to get this working via the suggested workaround until version 2 is released? I did attempt this locally and it of course works, but not in a sandbox. Are you not running the npm start script to fire the sandboxes? |
So still no go ha? |
Anyone knows if/when it'll be doable inside CodeSandbox for static templates? |
Hey! Our static template doesn't do any bundling so it's sadly not possible unless you use something like this: https://github.com/medialize/sass.js/blob/master/docs/getting-started.md Sorry :/ |
Hi!
Is it possible to include .scss files in the codesandbox-client and import the styles to our jsx files?
The text was updated successfully, but these errors were encountered: