We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1afab0 commit 1fd89cdCopy full SHA for 1fd89cd
packages/@tailwindcss-postcss/src/index.ts
@@ -58,7 +58,7 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
58
59
let rebuildStrategy: 'full' | 'incremental' = 'incremental'
60
61
- // Bookkeeping — track file modification times to CSS files
+ // Track file modification times to CSS files
62
{
63
let changedTime = fs.statSync(from, { throwIfNoEntry: false })?.mtimeMs ?? null
64
if (changedTime !== null) {
0 commit comments