castopod/tailwind.config.js
Yassine Doghri 7fb1de2cf3 feat: add breadcrumb in admin area
- 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
2020-10-15 14:41:25 +00:00

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"),
],
};