.border-transparentborder-color: transparent; .border-currentborder-color: currentColor; .border-blackborder-color: #000; .border-whiteborder-color: #fff; .border-gray-100border-color: #f7fafc; .border-gray-200border-color: #edf2f7;
Tailwind CSS - Border Color - Tailwind CSS Border Color consists of predefined classes that provide an easy way to apply and adjust border colors on your elements.
border-transparentborder-color: transparent; border-currentborder-color: currentColor; border-black--tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); border-white--tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); ...
Tailwind CSS - Core Concepts Tailwind CSS - Utility-First Fundamentals Tailwind CSS - Hover, Focus, and Other States Tailwind CSS - Responsive Design Tailwind CSS - Dark Mode Tailwind CSS - Reusing Styles Tailwind CSS - Adding Custom Styles Tailwind CSS - Functions & Directives Tailwind CSS - ...
5-day mini-course Build UIs that don’t suck. Short, tactical video lessons from the creator of Tailwind CSS, delivered directly to your inbox every day for a week. Get the free course→ Copyright © 2025 Tailwind Labs Inc.·Trademark Policy...
border-solid 在tailwind里表示border-style = solid 这里面拓展成了color,导致使用时直接给border-color赋值了 不知道是不是这样引用会好一些: xxx-antd-primary?,不然感觉除此之外也许还有别的冲突的 primary: '#1677ff', success: '#52c41a', warning: '#faad14', err
Tailwind CSS version v1.4.0+ Utilities for controlling the opacity of an element's border color. Class Properties .border-opacity-0--border-opacity: 0; .border-opacity-25--border-opacity: 0.25; .border-opacity-50--border-opacity: 0.5; ...
Collapsing table borders Separating table borders Responsive design 5-day mini-course Build UIs that don’t suck. Short, tactical video lessons from the creator of Tailwind CSS, delivered directly to your inbox every day for a week. Get the free course→...
// tailwind.config.jsmodule.exports={corePlugins:{// ...+borderWidth:false,}} ←Border RadiusBorder Color→ Edit this page on GitHub
npm install tailwindcss-border-gradient-radius yarn add tailwindcss-border-gradient-radius Usage Simple {theme: extend:{linearBorderGradients:({theme})=>({colors:{'light-blue':[colors.indigo[200],colors.lime[300]],},background:theme('colors'),}),plugins:[require('tailwindcss-border-gradient-...