feat: update postcss config
This commit is contained in:
parent
d83bc3d135
commit
598102a7ec
5 changed files with 57 additions and 57 deletions
|
@ -27,11 +27,6 @@ module.exports = (eleventyConfig) => {
|
|||
// --------------------- Plugins ---------------------
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
|
||||
// --------------------- Custom Template Languages ---------------------
|
||||
eleventyConfig.addPlugin(
|
||||
require("./config/template-languages/css-config.js"),
|
||||
);
|
||||
|
||||
// --------------------- Custom Collections -----------------------
|
||||
eleventyConfig.addCollection("postsByTag", postsByTag);
|
||||
eleventyConfig.addCollection("catalogueByType", catalogueByType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue