Kirsti Norton
Results
2
comments of
Kirsti Norton
I have run into the issue with eas build. Many of my styles defined in my tailwind.config.js are missing until I do an OTA with eas update, which then always...
I have a working expo application running in my nx workspace. Try adding this to your tailwind.config.js: ``` const { createGlobPatternsForDependencies } = require('@nx/react/tailwind'); const { join } = require('path');...