module.exports = { content: [ './resources/js/**/*.{js,jsx,ts,tsx}', './resources/views/**/*.php', '../ignition-ui/src/**/*.{js,jsx,ts,tsx}', // local development in npm workspace './node_modules/@flareapp/ignition-ui/src/**/*.{js,jsx,ts,tsx}', ], darkMode: 'class', // or 'media' or 'class' // important: true, theme: { extend: { gridTemplateColumns: { 'auto-1fr': 'auto 1fr' }, screens: { '2xl': '1920px', }, transitionProperty: { 'animation': 'transform, box-shadow, opacity' }, backgroundImage: { 'dots-darker': 'url("data:image/svg+xml,%3Csvg width=\'30\' height=\'30\' viewBox=\'0 0 30 30\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.22676 0C1.91374 0 2.45351 0.539773 2.45351 1.22676C2.45351 1.91374 1.91374 2.45351 1.22676 2.45351C0.539773 2.45351 0 1.91374 0 1.22676C0 0.539773 0.539773 0 1.22676 0Z\' fill=\'rgba(0,0,0,0.07)\'/%3E%3C/svg%3E")', 'dots-lighter': 'url("data:image/svg+xml,%3Csvg width=\'30\' height=\'30\' viewBox=\'0 0 30 30\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M1.22676 0C1.91374 0 2.45351 0.539773 2.45351 1.22676C2.45351 1.91374 1.91374 2.45351 1.22676 2.45351C0.539773 2.45351 0 1.91374 0 1.22676C0 0.539773 0.539773 0 1.22676 0Z\' fill=\'rgba(255,255,255,0.07)\'/%3E%3C/svg%3E")' } }, }, plugins: [ require('@tailwindcss/line-clamp'), ], };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
resources | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.editorconfig | File | 362 B | 0644 |
|
.gitattributes | File | 1.08 KB | 0644 |
|
.gitignore | File | 209 B | 0644 |
|
.php_cs.php | File | 1.16 KB | 0644 |
|
.prettierignore | File | 20 B | 0644 |
|
.prettierrc | File | 104 B | 0644 |
|
CHANGELOG.md | File | 8.91 KB | 0644 |
|
LICENSE.md | File | 1.08 KB | 0644 |
|
README.md | File | 12.43 KB | 0644 |
|
composer.json | File | 1.99 KB | 0644 |
|
lint-staged.config.js | File | 94 B | 0644 |
|
package.json | File | 2.4 KB | 0644 |
|
phpstan-baseline.neon | File | 0 B | 0644 |
|
phpstan.neon.dist | File | 166 B | 0644 |
|
phpunit.xml.dist | File | 582 B | 0644 |
|
postcss.config.js | File | 188 B | 0644 |
|
tailwind.config.js | File | 1.58 KB | 0644 |
|
tsconfig.json | File | 761 B | 0644 |
|
yarn.lock | File | 246.76 KB | 0644 |
|