Skip to content

Instantly share code, notes, and snippets.

@isalmanhaider
Created July 16, 2024 11:25
Show Gist options
  • Save isalmanhaider/abc95cfc0438f738516549814e9d51fb to your computer and use it in GitHub Desktop.
Save isalmanhaider/abc95cfc0438f738516549814e9d51fb to your computer and use it in GitHub Desktop.
tailwind config file for drupal
module.exports = {
content: [
'./{templates, components}/**/*.{twig,js}',
],
theme: {
extend: {},
},
plugins: []
}
@isalmanhaider
Copy link
Author

@tailwind base;
@tailwind components;
@tailwind utilities;

@isalmanhaider
Copy link
Author

npx tailwindcss -o /dist/css/output.css --watch

@isalmanhaider
Copy link
Author

npx tailwindcss -i ./css/input.css -o /dist/css/output.css --watch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment