Created
July 16, 2024 11:25
-
-
Save isalmanhaider/abc95cfc0438f738516549814e9d51fb to your computer and use it in GitHub Desktop.
tailwind config file for drupal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
content: [ | |
'./{templates, components}/**/*.{twig,js}', | |
], | |
theme: { | |
extend: {}, | |
}, | |
plugins: [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npx tailwindcss -i ./css/input.css -o /dist/css/output.css --watch