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
I'm creating this issue for a PR I've already completed.
The site previously used a naming convention with the prefix: tPallette. I have removed/replaced these values from the tailwind config to match DaisyUI naming, the main css file was also updated and all references were updated in .html and .md files.
I also removed a couple margin bottom utilities that were added to @apply's in the main css file. It's my opinion that these refinements should be scoped more locally instead of applied to every h1, h3, etc. tag. I think this will make it easier for contributors who may not understand how the element is being styled.
The text was updated successfully, but these errors were encountered:
chrisdecrypted
added a commit
to chrisdecrypted/odevs-eleventy-starter
that referenced
this issue
Feb 18, 2022
- Mass replace tPallete* to DaisyUI equivalents
- Remove tPallette colors from twconfig
- Remove mb-* values from apply to avoid confusion for contributors
I'm creating this issue for a PR I've already completed.
The site previously used a naming convention with the prefix: tPallette. I have removed/replaced these values from the tailwind config to match DaisyUI naming, the main css file was also updated and all references were updated in .html and .md files.
I also removed a couple margin bottom utilities that were added to @apply's in the main css file. It's my opinion that these refinements should be scoped more locally instead of applied to every h1, h3, etc. tag. I think this will make it easier for contributors who may not understand how the element is being styled.
The text was updated successfully, but these errors were encountered: