Skip to content

Commit 1fd89cd

Browse files
committed
improve comment
1 parent c1afab0 commit 1fd89cd

File tree

1 file changed

+1
-1
lines changed
  • packages/@tailwindcss-postcss/src

1 file changed

+1
-1
lines changed

packages/@tailwindcss-postcss/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
5858

5959
let rebuildStrategy: 'full' | 'incremental' = 'incremental'
6060

61-
// Bookkeeping — track file modification times to CSS files
61+
// Track file modification times to CSS files
6262
{
6363
let changedTime = fs.statSync(from, { throwIfNoEntry: false })?.mtimeMs ?? null
6464
if (changedTime !== null) {

0 commit comments

Comments
 (0)