docs(nxdev): documentation for tailwind.config.js (#9970)
Fixing the join statement by adding *
This commit is contained in:
parent
5bc53e09f2
commit
2cde4fb839
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user