Skip to content
Snippets Groups Projects
Verified Commit c06d5e55 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: inline flex and node imports

parent 9dee75fa
No related branches found
No related tags found
1 merge request!8Support for react.js components
Pipeline #1082 passed
......@@ -17,6 +17,7 @@
"source": "index.ts",
"devDependencies": {
"@parcel/transformer-typescript-tsc": "^2.6.2",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"parcel": "^2.6.2",
......
.button {
cursor: pointer;
display: inline-block;
display: inline-flex;
vertical-align: middle;
}
.button.small {
font-size: 14px;
font-size: 16px;
line-height: 24px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment