presentations/taking-flight-with-tailwind-css/code/tailwind-config-content.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
91 B
JavaScript
Raw Normal View History

// tailwind.config.js
module.exports = {
content: ['./templates/**/*.twig'],
// ...
}