Remco Haszing
bc2e5edd45
Convert dlv require statements to imports ( #521 )
...
It was already imported in one place, that appears to work fine.
Using `require` results in invalid ESM output, because `require` is not
defined in ES modules.
2022-04-13 17:10:47 +01:00
Brad Cornes
569635067c
update css helper hovers
2021-07-12 15:23:16 +01:00
Brad Cornes
a72226c141
update settings schema
2021-05-04 12:40:50 +01:00
Brad Cornes
99297add4e
add jit support, refactor for general reliability
2021-05-03 18:00:04 +01:00
Brad Cornes
14f0fe9f3f
replace `experimental.showPixelValues` setting with `showPixelEquivalents` and enable by default ( #200 )
2021-02-05 14:49:06 +00:00
Brad Cornes
b2d47d220b
add hover, color decorator, linting support for classRegex setting ( #129 )
2020-12-07 15:39:44 +00:00
Brad Cornes
615fd7f630
add experimental showPixelValues setting
2020-12-01 19:05:58 +00:00
Brad Cornes
e0f8d73a79
respect editor tab size in CSS previews
2020-11-26 20:07:39 +00:00
Brad Cornes
2c05f5df3a
improve support for tailwindcss v2
2020-11-19 17:34:59 +00:00
Brad Cornes
ccf7cd57a7
separate out tailwindcss-language-service package
2020-10-08 16:20:54 +01:00