Tom*_*Tom 1 reactjs styled-components tailwind-css
我正在使用 create-react-app、样式组件和 twin.macro 将顺风类应用于我的 React 元素。这运行良好。
我有一小部分规则无法应用,因为要么
这是我想成为我的全局样式表的内容。
body {
@apply bg-gray-100 select-none;
}
#root {
@apply h-screen text-sm;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
div[contenteditable]:focus {
@apply outline-none
}
Run Code Online (Sandbox Code Playgroud)
twin.macro 是否提供添加全局样式的功能?如果不是什么是我最好的选择。
| 归档时间: |
|
| 查看次数: |
1183 次 |
| 最近记录: |