We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dc5de commit ab9c245Copy full SHA for ab9c245
1 file changed
lib/phoenix_live_view/colocated_css.ex
@@ -29,7 +29,7 @@ defmodule Phoenix.LiveView.ColocatedCSS do
29
```heex
30
<style :type={Phoenix.LiveView.ColocatedCSS} global>
31
.sample-class {
32
- background-color: #FFFFFF;
+ background-color: #FFFFFF;
33
}
34
</style>
35
```
@@ -43,7 +43,7 @@ defmodule Phoenix.LiveView.ColocatedCSS do
43
44
<style :type={Phoenix.LiveView.ColocatedCSS}>
45
46
47
48
49
<div class="sample-class">
0 commit comments