svg preview renderer
This commit is contained in:
parent
43a8412f06
commit
faa9599849
29 changed files with 1027 additions and 254 deletions
|
|
@ -3,3 +3,12 @@
|
|||
@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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue