Jordan Pittman
7ed46b6f52
Re-enable new features
...
This reverts commits 1456ed9021b3455dbb4458c2fb7d8ab66dfb3fed, d0269c24b3c7ad4557b7e3f2779bd15c5ac501f7, and 57699a04036c542d82e7b7102d775d4d2379493d.
2022-04-12 14:13:04 -04:00
Jordan Pittman
57699a0403
Prep for patch release ( #8098 )
...
* Disable backdrop variant
* Disable enabled variant
* Disable border spacing utilities
* Disable text-start/end utilities
* Disable poll option in CLI
* Disable ring color default fn
* Disable dark mode class name customization
* Disable support for `Document` node types
* Disable rgb/hsl fns
* Update tests
* Temporarily disable type generation
* Update changelog
2022-04-12 13:58:57 -04:00
Adam Wathan
ec962f09dd
Use tuple syntax for customizing darkMode class name
2022-02-25 20:03:07 -05:00
Michael De Giovanni
77156de519
custom dark mode class
2022-02-25 19:59:23 -05:00
Jordan Pittman
f2d73b8c3d
Change how we handle defaults (optimized or not) ( #6926 )
...
Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
2022-01-07 11:39:45 -05:00
Robin Malfait
f12c0e1fa5
Improve css expectations in tests ( #5819 )
...
* use String.raw for css escapes
This will allow us to write code like:
```css
.mobile\:font-bold {}
```
Instead of
```css
.mobile\\:font-bold {}
```
Which resembles "real" css way better in our tests.
* use String.raw in integration tests as well
2021-10-18 12:08:48 +02:00
Robin Malfait
e37931ba65
JIT by default - move tests and make them consistent ( #5374 )
...
* move `./tests/jit` to `./tests`
* make tests consistent
Abstracted a `run` function and some syntax highlighting helpers for
`html`, `css` and `javascript`.
2021-09-03 13:48:16 +02:00