1
0
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:
Phuoc Nguyen
2021-04-01 16:46:44 +07:00
parent e1b4c6efa2
commit 538e5f750e
37 changed files with 233 additions and 214 deletions

View File

@@ -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;
}