Skip to content

Instantly share code, notes, and snippets.

View malipetek's full-sized avatar
🏠
Working from home

muhammet ali petek malipetek

🏠
Working from home
View GitHub Profile
@malipetek
malipetek / translate.svg
Created December 9, 2023 07:40
translatesvg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"YSETCOLI": "YSETCONSES",
"YSETCODD": "YSETCONSES",
"YSETCOBB": "YSETCOJSES",
"YSETCOFF": "YSETCOJSES",
"YSETCOLF": "YSETCOJSES",
"YSETCOFL": "YSETCOJSES",
"YSETCOQV": "YSETCOJSES",
"YSETCOTX": "YSETCOJSES",
"COPA": "YSETCOJSES",
### Tailwindcss V4
**Tailwind CSS Cheat Sheet**
Theming without config.js: Tailwind v4.0 allows direct CSS customization. Variables can be declared within your css files and used. For example, you can declare color variables in your main css file, and then use them within your tailwind classes. This allows for css first configuration.
**Core Concepts:**
* **Utility-First:** Class-based styling.
* **Responsive:** Breakpoint prefixes (sm:, md:, lg:, xl:, 2xl:).
* **Dark Mode:** `dark:` prefix.