We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfef652 commit bb3c480Copy full SHA for bb3c480
src/oxide/cli/init/index.ts
@@ -45,6 +45,8 @@ export function init(args) {
45
.replace('__CONFIG__', stubContentsFile.replace('module.exports =', '').trim())
46
.trim() + '\n\n'
47
48
+ fs.writeFileSync(tailwindConfigLocation, stubFile, 'utf8')
49
+
50
messages.push(`Created Tailwind CSS config file: ${path.basename(tailwindConfigLocation)}`)
51
}
52
0 commit comments