Skip to content

Commit b2a102a

Browse files
giri-jeediguntaVenkata Giribabu Jeedigunta
andauthored
fix(qwik-nx): added missing path import statement for tailwind template (#71)
Co-authored-by: Venkata Giribabu Jeedigunta <venjeedi@WKMZTF2356E3.global.publicisgroupe.net>
1 parent 79dd193 commit b2a102a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/qwik-nx/src/generators/setup-tailwind/files/tailwind.config.js__tmpl__

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const { join } = require('path');
2+
13
/** @type {import('tailwindcss').Config} */
24
module.exports = {
35
content: [

0 commit comments

Comments
 (0)