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
Add a blank line to the end of tailwind.css and save
Expected result:
My changes to tailwind.css are always active
Observed result:
My changes stop working after step 2, but work again after step 3.
Notes
Touching the CSS every time I update any other page on the site is... not the most pleasant workflow. :)
I've noticed the Chrome inspector says the CSS file is styles.css when I've touched any non-CSS content, and style.css?browsersync=timestamp when I've touched the CSS.
The text was updated successfully, but these errors were encountered:
Duplicate of already-closed-without-comment #23
Steps to reproduce:
tailwind.css
npm start
index.md
tailwind.css
and saveExpected result:
My changes to tailwind.css are always active
Observed result:
My changes stop working after step 2, but work again after step 3.
Notes
Touching the CSS every time I update any other page on the site is... not the most pleasant workflow. :)
I've noticed the Chrome inspector says the CSS file is
styles.css
when I've touched any non-CSS content, andstyle.css?browsersync=timestamp
when I've touched the CSS.The text was updated successfully, but these errors were encountered: