reflex/tests/compiler
Masen Furer 765f349f02
[REF-3004] Use relative path to stylesheet for postcss-import compat (#3435)
* test_tailwind: include custom stylesheet

* [REF-3004] Use relative path to stylesheet for postcss-import compat

postcss-import balls all of the CSS up into a single file, which happens at
compile time. So, replace the `@/` with `../public` so the import paths can be
resolved relative to the `styles` directory.

* test_compiler: fix compile_stylesheets expectations

* Use constants.Dirs.PUBLIC instead of "public"
2024-06-05 10:02:05 -07:00
..
__init__.py Add basic unit tests (#7) 2022-11-20 14:34:25 -08:00
test_compiler_utils.py Remove deprecations for 0.5.0 (#3222) 2024-05-07 08:55:42 -07:00
test_compiler.py [REF-3004] Use relative path to stylesheet for postcss-import compat (#3435) 2024-06-05 10:02:05 -07:00