Set up sass

This commit is contained in:
arne 2022-02-19 18:29:17 +01:00
commit fd5e0004ce
207 changed files with 1250 additions and 14 deletions

5
.eleventy.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = function (eleventyConfig) {
eleventyConfig.setBrowserSyncConfig({
files: './_site/assets/*.css'
})
}