You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running npm run dev command there should not be any warnings and the default browser page should load.
Actual Behaviour
When running npm run dev command getting warnings as below. Please note I am running on a windows machine.
warn - No utility classes were detected in your source files. If this is unexpected, double-check the content option in your Tailwind CSS configuration. warn - https://tailwindcss.com/docs/content-configuration
Steps to Reproduce
Install node (v20.9.0)
install npm (10.1.0)
npm install
npm run storybook
npm run dev
Platform
Edition:- Windows 10 Enterprise
Version:- 22H2
The text was updated successfully, but these errors were encountered:
Expected Behaviour
When running npm run dev command there should not be any warnings and the default browser page should load.
Actual Behaviour
When running npm run dev command getting warnings as below. Please note I am running on a windows machine.
warn - No utility classes were detected in your source files. If this is unexpected, double-check the
content
option in your Tailwind CSS configuration.warn - https://tailwindcss.com/docs/content-configuration
Steps to Reproduce
Platform
Edition:- Windows 10 Enterprise
Version:- 22H2
The text was updated successfully, but these errors were encountered: