parkingspace / knot

Text editor for minimalists
https://ps-knot.surge.sh
2 stars 0 forks source link

dprint-plugin-css cannot handle tailwind syntax inside css files #50

Closed jcha0713 closed 1 year ago

jcha0713 commented 1 year ago
@tailwind base;
@tailwind components;
@tailwind utilities;

dprint-plugin-css plugin does not properly format the code above inside css files.

jcha0713 commented 1 year ago

I tried to solve this issue by ignoring only these lines using dprint-ignore syntax, but this does not work as expected.

jcha0713 commented 1 year ago

Will use dprint-plugin-prettier for css files. See a5f8936.