8 lines
136 B
CSS
8 lines
136 B
CSS
![]() |
/*
|
||
|
Some CSS cannot be represented
|
||
|
in Tailwind, such as complex grid layouts.
|
||
|
*/
|
||
|
.header {
|
||
|
grid-template-columns: 1fr auto 1fr;
|
||
|
}
|