Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/vendor/ryangjchandler/filament-navigation/
Upload File :
Current File : /var/www/html/dynaweb-starter/vendor/ryangjchandler/filament-navigation/tailwind.config.js

module.exports = {
    content: ["./resources/views/**/*.blade.php"],
    darkMode: "class",
    important: ".filament-navigation",
    theme: {
        extend: {},
    },
    plugins: [],
    corePlugins: {
        preflight: false,
    },
};