We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f9022 commit bf89271Copy full SHA for bf89271
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- **base:** vertical `writing-mode` support for changing the `resize` property of `textarea` elements
13
14
## [1.0.0] - 2020-08-18
15
16
### Added
opinionated-base.css
@@ -62,6 +62,7 @@ table {
62
63
textarea {
64
resize: vertical;
65
+ resize: block;
66
}
67
68
/* Custom rules
0 commit comments