NathanBowers

Results 4 issues of NathanBowers

The extension seems to enforce conversion to tab indentation on file save. It also inserts an empty line after the frontmatter. ![2023-02-24 15 04 30](https://user-images.githubusercontent.com/67558/221317740-c59f2585-5ec7-4978-9fba-154112186fb8.gif)

When adding a new image to a project Eleventy dev server has to be restarted for the new image to be served. - This is using `.addPassthroughCopy("src/img/**/*.{png,gif,jpg,jpeg,pdf,svg,webp}");` in `eleventy.js` -...

bug

Reproduce: 1. Have an eleventy project 2. Start dev server 3. Create a new file that would output html (md, njk, etc.) 4. Web browse to that file 5. Delete...

Everything works correctly except when saving .scss files the browser does a full page refresh instead of live reloading just the css change. Using: ``` "@11ty/eleventy": "^2.0.0", "@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.0.1", ```...