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.
2 parents 629b154 + 6b93a30 commit f87d421Copy full SHA for f87d421
packages/css/src/types.ts
@@ -299,6 +299,16 @@ interface AliasesCSSProperties {
299
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
300
*/
301
paddingY?: StandardCSSProperties['paddingTop']
302
+ // TODO: Move me to `MultiplesCSSProperties type and colocate it with the
303
+ // multiples object possibly.
304
+ /**
305
+ * The **`size`** is a shorthand property for CSS properties **`width`** and **`height`**.
306
+ *
307
+ * @see https://theme-ui.com/sx-prop#theme-aware-properties
308
+ * @see https://developer.mozilla.org/docs/Web/CSS/width
309
+ * @see https://developer.mozilla.org/docs/Web/CSS/height
310
+ */
311
+ size?: StandardCSSProperties['width']
312
}
313
314
interface OverwriteCSSProperties {
0 commit comments