🔧 Added solar icons

This commit is contained in:
2023-12-04 16:10:00 -05:00
parent 38599fbc78
commit 4215470871
2 changed files with 9 additions and 10 deletions

View File

@@ -19,11 +19,5 @@ module.exports = {
},
},
},
plugins: [
{
tailwindcss: {},
autoprefixer: {},
addDynamicIconSelectors: addDynamicIconSelectors(),
},
],
plugins: [addDynamicIconSelectors()],
};