Forked from
Ad Aures / Castopod
1062 commits behind the upstream repository.
-
Yassine Doghri authored
- add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
Yassine Doghri authored- add Breadcrumb library and service - update authorizations - add missing routes to avoid 404 links in breadcrumb - add svg_helper globally in base controller - update purgecss config to check .ts files closes #17
tailwind.config.js 250 B
/* eslint-disable */
module.exports = {
purge: ["./app/Views/**/*.php", "./app/Views/**/*.ts"],
theme: {
extend: {},
},
variants: {},
plugins: [
require("@tailwindcss/custom-forms"),
require("@tailwindcss/typography"),
],
};