eleventy-packages
eleventy-packages copied to clipboard
[eleventy-plugin-styles]
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
Hello. Thank you for the issue. Yes, you are right. Seems like we forgot to include the less
extension.