
Security News
Socket Integrates With Bun 1.3’s Security Scanner API
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
@realbase/tailwind-config
Advanced tools
RealBase 프로젝트에서 공통으로 사용하는 Tailwind CSS 프리셋입니다. web
/native
환경별 구성을 제공합니다.
pnpm add -D @realbase/tailwind-config tailwindcss postcss autoprefixer
tailwind.config.ts
import web from "@realbase/tailwind-config/web";
export default web;
src/app/globals.css
등에 기본 변수와 유틸을 정의해 두면 색상 토큰이 작동합니다.
tailwind.config.ts
import native from "@realbase/tailwind-config/native";
export default native;
base
) + 환경별 확장tailwindcss-animate
플러그인 포함class
기반기본값은 src/**/*.{ts,tsx}
입니다. 필요 시 프로젝트에서 오버라이드하세요.
import web from "@realbase/tailwind-config/web";
export default {
...web,
content: ["src/**/*.{ts,tsx}", "content/**/*.{md,mdx}"],
};
FAQs
Tailwind CSS configuration for RealBase projects.
We found that @realbase/tailwind-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.
Security News
Former RubyGems maintainers have launched The Gem Cooperative, a new community-run project aimed at rebuilding open governance in the Ruby ecosystem.