feat: update postcss config

This commit is contained in:
Devin Haska 2024-02-21 12:08:49 -08:00
parent d83bc3d135
commit 598102a7ec
5 changed files with 57 additions and 57 deletions

View file

@ -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);