Skip to content

Commit

Permalink
add credit
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenyou committed May 28, 2024
1 parent c530f2c commit e1373e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/scalawind/src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

// Credit: https://github.com/Mokshit06/typewind/blob/main/packages/typewind/src/cli.ts

import fs from 'fs';
import path from 'path';
import { createScalawindContext, loadConfig } from './utils';
Expand Down
2 changes: 2 additions & 0 deletions packages/scalawind/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Credit: https://github.com/Mokshit06/typewind/blob/main/packages/typewind/src/utils.ts

import path from 'path';
import resolveConfig from 'tailwindcss/resolveConfig.js';
import { createContext } from 'tailwindcss/lib/lib/setupContextUtils.js';
Expand Down

0 comments on commit e1373e7

Please sign in to comment.