| #
7cebda5a |
| 07-Apr-2023 |
Evan Bacon <[email protected]> |
feat(metro-config): add sass (#22031)
# Why
Standard feature for modern web support.
# How
- When a project has CSS setup and `sass` installed, they can use sass
syntax in scss/sass files.
feat(metro-config): add sass (#22031)
# Why
Standard feature for modern web support.
# How
- When a project has CSS setup and `sass` installed, they can use sass
syntax in scss/sass files.
- Sass is compiled to CSS before it's passed to the standard CSS
handling. This means that css modules also support sass.
- Just like standard CSS support, importing external files is not
currently supported.
<!--
How did you build this feature or fix this bug and why?
-->
# Test Plan
- tbd
<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
---------
Co-authored-by: Expo Bot <[email protected]>
show more ...
|