mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 07:51:09 +00:00
Fix display of anchor icons
This commit is contained in:
parent
5a57c6520b
commit
80a4ad95aa
3 changed files with 8 additions and 8 deletions
|
@ -120,7 +120,7 @@ assets-dir = "assets"
|
||||||
bin-features = ["ssr"]
|
bin-features = ["ssr"]
|
||||||
lib-features = ["hydrate"]
|
lib-features = ["hydrate"]
|
||||||
lib-profile-release = "wasm-release"
|
lib-profile-release = "wasm-release"
|
||||||
tailwind-input-file = "assets/tailwind.css"
|
tailwind-input-file = "assets/ibis.css"
|
||||||
tailwind-config-file = "tailwind.config.js"
|
tailwind-config-file = "tailwind.config.js"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
@tailwind base;
|
||||||
|
@tailwind components;
|
||||||
|
@tailwind utilities;
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -48,9 +52,9 @@ pre {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@tailwind base;
|
.anchor svg {
|
||||||
@tailwind components;
|
display: inline !important;
|
||||||
@tailwind utilities;
|
}
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
@tailwind base;
|
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
|
||||||
@tailwind typography;
|
|
Loading…
Reference in a new issue