1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-28 16:19:52 +02:00

Fix tslint

This commit is contained in:
Phuoc Nguyen
2019-11-25 01:00:48 +07:00
parent efc9046824
commit 5fd9ff5ddf
58 changed files with 353 additions and 168 deletions

View File

@@ -13,7 +13,7 @@ const Details: React.FC<{}> = () => {
The footer always sticks to the bottom if the main content is short.
</div>
<BrowserFrame
content={
content={(
<div className="h-100 flex flex-column">
<div className="flex-shrink-0 bb b--black-30 pa3">
<div className="w-50"><Rectangle /></div>
@@ -25,7 +25,7 @@ const Details: React.FC<{}> = () => {
<div className="w-40"><Rectangle /></div>
</div>
</div>
}
)}
source={`
<div style="
display: flex;