Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
93 stars 15 forks source link

Add support for the `stylesheet` tag #117

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

Last week I learned {% style %} != {% stylesheet %} in Liquid.

The output is different, but their API is the same: they both take CSS as body.

In this PR:

Fixes #116