Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(style): support importing styles in Sass (#2555)
* Support importing styles in SASS This gives consumers more flexibility to manipulate the base CSS. For example, forcing the styles under a CSS layer ```scss @layer third-party-libs { @import 'pkg:react-day-picker/styles.module'; } ``` Signed-off-by: George <[email protected]> * Remove .css extension from sass export Sass requires that CSS imports do not have the extension in the URL. Otherwise, it will be interpreted as a runtime import --------- Signed-off-by: George <[email protected]>
- Loading branch information