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 initialising the package with an input file, the program does not check the file for tailwind directives before prepending the required directives to the file.
Steps to reproduce:
create a base.css file in the root directory
input the required tailwind directives i.e
Uh oh!
There was an error while loading. Please reload this page.
When initialising the package with an input file, the program does not check the file for tailwind directives before prepending the required directives to the file.
Steps to reproduce:
create a base.css file in the root directory
input the required tailwind directives i.e
in the base.css file
run
tailwindConfig init -i base.css
in your terminal
You will find that the base.css file has a duplicate entry of the tailwind directives. 👇🏾
The text was updated successfully, but these errors were encountered: