Halo-Lab / eleventy-packages

Monorepo for all Eleventy plugins.
23 stars 1 forks source link

[eleventy-plugin-styles] #40

Open flachware opened 1 year ago

flachware commented 1 year ago

Hi, I tried to use the styles plugin but it only works with *.css, *.scss, and .sass. If I’m not mistaken the plugin does not look for linked stylesheets with the *.less extention.

https://github.com/Halo-Lab/eleventy-packages/blob/master/packages/eleventy-plugin-styles/src/constants.ts#L3

Kapelianovych commented 1 year ago

Hello. Thank you for the issue. Yes, you are right. Seems like we forgot to include the less extension.