https://github.com/sahansilvadev/tailwind-css-core-concepts
Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.
https://github.com/sahansilvadev/tailwind-css-core-concepts
tailwind-css
Last synced: 10 months ago
JSON representation
Tailwind CSS works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.
- Host: GitHub
- URL: https://github.com/sahansilvadev/tailwind-css-core-concepts
- Owner: SahansilvaDev
- Created: 2025-01-02T06:39:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T08:42:41.000Z (over 1 year ago)
- Last Synced: 2025-03-04T23:30:03.835Z (over 1 year ago)
- Topics: tailwind-css
- Language: HTML
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Core Concepts
Utility-First Fundamentals
Hover, Focus, and Other States
Responsive Design
Dark Mode
Reusing Styles
Adding Custom Styles
Functions & Directives
### Tailwind CSS Tips
01 Flex & gap
02 List Style
03 Modifiers
04 Highlight
05 first Letter and first line changing