Tailwind Border 边框半径(border radius) border-redius属性用于为元素设置圆角边框,可使用border-*-radius设置四个方位的圆角。圆角的设置是通过使用半径实现的,当使用一个半径时可以确定一个圆形,当使用两个半径时可以确定一个椭圆,椭圆或原与边框的交集形成了圆角的效果。 rounded border-radius:1-4 length|% / ...
'black-white-with-stops':['#000','#000 45%','#fff 55%','#fff'],},background:{'gray-50':'#F9FAFB','gray-900':'#111827',},borders:{// defaults to these values (optional)'1':'1px','2':'2px','4':'4px',},},},plugins:[require('tailwindcss-border-gradient-radius'),]...
👋 I'm using tailwind v1.0.0-beta.1 in a current project and it appears that border classes aren't working, I looked for an existing issue but couldn't find one. border-2 border-black border-solid this combination of tailwind classes does...