Skip to content

Commit

Permalink
Using Sass is so 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-a-flame committed Feb 7, 2022
1 parent d78743c commit aa13123
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('src/css');
eleventyConfig.addPassthroughCopy('src/images');
eleventyConfig.addPassthroughCopy('src/js');
eleventyConfig.addWatchTarget('src/sass');
eleventyConfig.addPassthroughCopy({'dist/css': 'css'});

// Filters
Object.keys(filters).forEach(filterName => {
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/base.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
gtag('config', 'G-VYDLBW2NY7');
</script>

<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/src/css/main.css">
</head>
<body>
<header class="site-header">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aa13123

Please sign in to comment.