mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
In some environments, depending on the Node version importing a `.json` file without a `with` or `assert` doesn't work. Let's play it safe and use an `fs.readFileSync` instead.