mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-24 16:36:41 +07:00
9 lines
146 B
SCSS
9 lines
146 B
SCSS
.textarea {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
background: transparent;
|
|
color: inherit;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
}
|