mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00

- 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
14 lines
250 B
JavaScript
14 lines
250 B
JavaScript
/* eslint-disable */
|
|
|
|
module.exports = {
|
|
purge: ["./app/Views/**/*.php", "./app/Views/**/*.ts"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [
|
|
require("@tailwindcss/custom-forms"),
|
|
require("@tailwindcss/typography"),
|
|
],
|
|
};
|