Commit 5f02068
committed
fix: remove Math.random() and console.log from tailwind.config.js
Removed leftover debug code from build configuration:
- Math.random() generated a non-deterministic hex color on every build,
making builds non-reproducible and CI/CD unreliable
- console.log(rc) printed noise to stdout during every build and
npm start session
Neither had any effect on the Tailwind configuration itself.1 parent 45d9d18 commit 5f02068
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| |||
0 commit comments