Matt
|
6f89467eb3
|
[react] Added a "boxShadow" optional property to the "CSSProperties" interface (#14726)
* [react] Added a "boxShadow" optional property to the "CSSProperties" interface.
MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
* Added a test for CSSProperties.boxShadow
|
2017-03-10 16:09:13 -08:00 |
|
Emma
|
c9bfdf9d36
|
replace space-around with space-evenly for test
The justifyContent style for the test now uses a new css property for `justify-content` that has been introduced.
|
2017-02-25 16:18:22 -07:00 |
|
Tanguy Krotoff
|
a1d9875fd8
|
Introduce CSSLength type to make CSS properties more explicit
Also add tests for SVG specific style attribute declarations
|
2017-02-08 04:29:38 +01:00 |
|
Tanguy Krotoff
|
72e864ff03
|
Add CSSWideKeyword to all CSS properties
|
2017-02-08 04:27:03 +01:00 |
|
Tanguy Krotoff
|
9ecb61ea76
|
Add unit tests for some React.CSSProperties
|
2017-02-08 04:27:03 +01:00 |
|