Skip to content

Commit

Permalink
feat: update bin terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Dec 31, 2024
1 parent 86779a4 commit dce3d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nt-stylesheet/bin/init-tailwind.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const installPackage = (packageName) => {

export const createTailwindConfig = () => {
const tailwindConfigContent = `/** @type {import('tailwindcss').Config} */
const ntTheme = require('@nashtech/nt-stylesheet/dist/theme.cjs');
const ntTheme = require('@nashtech/nt-stylesheet/dist/nt-stylesheet.cjs');
module.exports = {
content: ['*.{html,js}'],
theme: {
Expand Down

0 comments on commit dce3d98

Please sign in to comment.