You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build scripts for building CSS from SCSS are causing issues in certain environments where the code is located within another project. The scripts assume that the project will be built as a standalone project.
The build scripts for building CSS from SCSS are causing issues in certain environments where the code is located within another project. The scripts assume that the project will be built as a standalone project.
react-user-feedback/scripts/build-styles.js
Line 19 in c0c51c7
Instead of updating the files we should convert to JSS to prevent issues caused by using custom script files.
https://cssinjs.org/?v=v10.10.0
This will also help with module federation as it will be one less file to be concerned with when trying to reduce the bundle size of your code.
The text was updated successfully, but these errors were encountered: