🖼️ Added solar icons

This commit is contained in:
2023-12-04 12:31:31 -05:00
parent 7f3a1caa3c
commit 38599fbc78
4 changed files with 103 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
import { addDynamicIconSelectors } from "@iconify/tailwind";
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
@@ -17,5 +19,11 @@ module.exports = {
},
},
},
plugins: ["tailwindcss ,autoprefixer"],
plugins: [
{
tailwindcss: {},
autoprefixer: {},
addDynamicIconSelectors: addDynamicIconSelectors(),
},
],
};