Set up sass
This commit is contained in:
parent
9667e184fb
commit
fd5e0004ce
207 changed files with 1250 additions and 14 deletions
5
.eleventy.js
Normal file
5
.eleventy.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.setBrowserSyncConfig({
|
||||
files: './_site/assets/*.css'
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue