Add a red-box warning to the macros guide
This commit is contained in:
parent
dfcfd008fa
commit
58c428fbf2
2 changed files with 14 additions and 0 deletions
|
@ -338,6 +338,11 @@ pre.rust { position: relative; }
|
|||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.unstable-feature {
|
||||
border: 2px solid red;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@media (min-width: 1170px) {
|
||||
pre {
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue