Skip to content

Commit 1a74cc2

Browse files
committed
UPD Tailwind CSS
1 parent bc69ba7 commit 1a74cc2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/content/what-is/tailwind-css.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label : What IS Tailwind
77

88
<SubHeading>Tailwind CSS is a popular utility-first CSS framework used for building responsive and customizable web interfaces.</SubHeading>
99

10-
Tailwind CSS is a popular utility-first CSS framework used for building responsive and customizable web interfaces.
10+
[Tailwind CSS](https://tailwindcss.com/) is a popular utility-first CSS framework used for building responsive and customizable web interfaces.
1111
It provides a set of pre-designed utility classes that you can apply directly to HTML elements to style and layout your web pages.
1212

1313
![What IS Tailwind CSS - Tutorial provided by AppSeed.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/269556078-dc0469ef-47dc-4e82-bf25-cdab6963a0e7.jpg)
@@ -16,35 +16,35 @@ Tailwind CSS is known for its simplicity and flexibility, allowing developers to
1616

1717
Here are some key features and concepts associated with Tailwind CSS:
1818

19-
## **Utility-First**
19+
## **Utility-First**
2020

2121
Tailwind CSS promotes a utility-first approach to styling, where you apply classes directly to HTML elements to define styles.
2222
These classes provide a wide range of styling options, such as colors, typography, spacing, and flexbox-based layouts.
2323

24-
## **Responsive Design**
24+
## **Responsive Design**
2525

2626
Tailwind CSS includes responsive design utilities that make it easy to create layouts that adapt to different screen sizes and devices.
2727
You can apply responsive classes to elements to control their behavior on various breakpoints.
2828

29-
## **Customization**
29+
## **Customization**
3030

3131
While Tailwind CSS provides a set of default utility classes, it's highly customizable.
3232
Developers can configure and extend the framework to match the specific design and branding requirements of their projects.
3333

34-
## **Component-Oriented**
34+
## **Component-Oriented**
3535

3636
Tailwind CSS can be used in conjunction with component-based frameworks or libraries like Vue.js or React. You can build reusable UI components and apply Tailwind classes to style them.
3737

38-
## **Plugins**
38+
## **Plugins**
3939

4040
Tailwind CSS supports plugins that add additional utility classes or functionality. This allows you to tailor the framework to your project's needs and integrate third-party plugins as well.
4141

42-
## **JIT Mode**
42+
## **JIT Mode**
4343

4444
Just-In-Time (JIT) mode is a feature introduced in Tailwind CSS that optimizes the build process by generating CSS on-demand, including only the styles that are actually used in your project.
4545
This reduces the size of the CSS file and improves performance.
4646

47-
## **Community and Ecosystem**
47+
## **Community and Ecosystem**
4848

4949
Tailwind CSS has a large and active community, which has contributed a variety of resources, plugins, and extensions to enhance its capabilities.
5050

0 commit comments

Comments
 (0)