본문 바로가기

개발하는 너구리

검색하기
개발하는 너구리
프로필사진 너구리개발자

  • 분류 전체보기 (105)
    • TIL (102)
    • 프로젝트 (2)
    • CodingTest (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • github
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • client components
  • revalidatepath
  • dynamic pages
  • unstable_nostore
  • @tailwind
  • @tailwind components
  • interceptor routes
  • supabase realtime
  • 자바스크립트
  • 리액트
  • 3진법 뒤집기
  • @tailwind base
  • SSR
  • iron-session
  • 클로저
  • render phase
  • CSS
  • commit phase
  • @tailwind utility
  • static pages
  • sever components
  • 프로그래머스
  • RECOIL
  • sever action
  • 타입스크립트
  • revalidatetag
  • createbrowserrouter
  • js
  • image component
  • server components
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록@tailwind (1)

개발하는 너구리

@tailwind

Tailwind CSS에서는 @tailwind base, @tailwind components, @tailwind utilities를 사용하여 CSS를 구조화하고 유지 보수하기 쉽게 만듭니다. @tailwind base@tailwind base는 기본 스타일을 정의합니다. 여기에는 브라우저의 기본 스타일을 재정의하는 Tailwind의 사전 정의된 기본 스타일과 사용자 정의 스타일이 포함됩니다. 이를 통해 프로젝트 전반에 걸쳐 일관된 기본 스타일을 적용할 수 있습니다.예시:/* base.css */@tailwind base;@layer base { body { font-family: 'Inter', sans-serif; background-color: #f7fafc; color: #2d3..

TIL 2024. 6. 27. 02:22
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바