docs(nxdev): documentation for tailwind.config.js (#9970)

Fixing the join statement by adding *
This commit is contained in:
Adam Gardner 2022-04-25 10:23:20 -06:00 committed by GitHub
parent 5bc53e09f2
commit 2cde4fb839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ const { join } = require('path');
module.exports = { module.exports = {
content: [ content: [
join(__dirname, 'src/**/!(*.stories|*.spec).{ts,tsx,html}'), join(__dirname, 'src/**/*!(*.stories|*.spec).{ts,tsx,html}'),
...createGlobPatternsForDependencies(__dirname), ...createGlobPatternsForDependencies(__dirname),
], ],
theme: { theme: {