Skip to content

Commit 843d7a0

Browse files
saadeghiRayRemnantCrsk
authored
V5 (#3699)
* Typo (#3610) * docs: remove duplication (#3697) --------- Co-authored-by: RayRemnant <49475467+RayRemnant@users.noreply.github.com> Co-authored-by: Christopher Kiessling <Crsk@mail.com>
1 parent 3f7d925 commit 843d7a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/docs/src/routes/(routes)/docs/colors/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ So you can use `bg-primary`, `border-secondary`, etc. Read more about [daisyUI c
175175

176176
## Color opacity and muted colors
177177

178-
`base-content` is the the text color of the page by default. It's a dark color on light themes and it's a light color on dark themes.
178+
`base-content` is the text color of the page by default. It's a dark color on light themes and it's a light color on dark themes.
179179

180180
<div class="grid md:grid-cols-2 gap-10">
181181
<div class="relative bg-base-100 p-10 border border-base-content/10 rounded-box" data-theme="nord">

packages/docs/src/routes/(routes)/docs/intro/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ daisyUI is not a replacement for Tailwind CSS, it's a plugin that makes Tailwind
5555

5656
Yes! It's utility-first, not utility-only.
5757

58-
daisyUI is built on top of Tailwind CSS's component API. Tailwind CSS as a library provides utility classes and suggests using utility classes for maximum flexibility and customization. However that's means slower development and more code to write.
58+
daisyUI is built on top of Tailwind CSS's component API. Tailwind CSS as a library provides utility classes and suggests using utility classes for maximum flexibility and customization. However that means slower development and more code to write.
5959
That's why many people find it hard to use Tailwind CSS for designing interfaces. It takes a professional designer to make design decisions for many details of the UI to make them look good. It also takes a lot of time to write all the utility class names for each part of the UI. Even copying and pasting those huge chunks of utility class names is not helpful, as it makes the codebase hard to read and maintain.
6060

6161
Imagine one side of the spectrum is maximum customization and flexibility and you should make design decisions for every single detail. On the other side of the spectrum is maximum development speed and less code to write, but you have no control over the design. daisyUI and Tailwind CSS together give you the best of both worlds.

0 commit comments

Comments
 (0)