Skip to content

Commit 18cdf70

Browse files
authored
docs: fix hidden #two
1 parent 1be25f0 commit 18cdf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/interlude_styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ use stylers::style;
5050
#[component]
5151
pub fn App() -> impl IntoView {
5252
let styler_class = style! { "App",
53-
#two{
53+
##two{
5454
color: blue;
5555
}
5656
div.one{

0 commit comments

Comments
 (0)