12 lines
120 B
CSS
Executable File
12 lines
120 B
CSS
Executable File
@responsive {
|
|
.example {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
@tailwind screens;
|
|
|
|
.john {
|
|
content: "wick";
|
|
}
|