mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-16 02:54:20 +02:00
Use BEM naming convention
This commit is contained in:
@@ -27,7 +27,7 @@ const Details: React.FC<{}> = () => {
|
||||
</div>
|
||||
<BrowserFrame
|
||||
html={`
|
||||
<div class="container">
|
||||
<div class="notification">
|
||||
<!-- Content -->
|
||||
...
|
||||
|
||||
@@ -36,7 +36,7 @@ html={`
|
||||
</div>
|
||||
`}
|
||||
css={`
|
||||
.container {
|
||||
.notification {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
Reference in New Issue
Block a user