14 lines
315 B
CSS
14 lines
315 B
CSS
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
/* This file is for your main application CSS */
|
|
code .highlighted {
|
|
@apply bg-ctp-mauve/10;
|
|
transition:background-color .5s;
|
|
margin:0 -24px;
|
|
padding:0 24px;
|
|
width:calc(100% + 48px);
|
|
display:inline-block
|
|
}
|
|
|