Skip to content

Commit 6bc8bc7

Browse files
authored
Remove extra mentions of gap shim (#5361)
1 parent 77c6316 commit 6bc8bc7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

NOTICE.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ This codebase contains a portion of code from react which can be obtained at:
4747
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4848
SOFTWARE.
4949

50-
-------------------------------------------------------------------------------
51-
This codebase contains a modified portion of code from Modernizr which can be obtained at:
52-
* SOURCE:
53-
* https://github.com/Modernizr/Modernizr/blob/7efb9d0edd66815fb115fdce95fabaf019ce8db5/feature-detects/css/flexgap.js
54-
55-
* LICENSE:
56-
* https://github.com/Modernizr/Modernizr/blob/master/LICENSE
57-
5850
-------------------------------------------------------------------------------
5951
This codebase contains a modified portion of code from react-window which can be obtained at:
6052
* SOURCE:

packages/dev/docs/pages/react-spectrum/layout.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ component can be used to create flexbox containers, and any React Spectrum compo
6161
Flex layouts are also automatically mirrored in right-to-left languages, and can be nested to create
6262
more complex layouts.
6363

64-
In addition to the properties widely supported by CSS, React Spectrum also shims the `gap` property, along
65-
with `rowGap` and `columnGap`. These properties make it much easier to build layouts
66-
with consistent space between each item. The gap can be defined with [Spectrum dimension variables](styling.html#dimension-values)
64+
The `gap`, `rowGap` and `columnGap` can be defined with [Spectrum dimension variables](styling.html#dimension-values)
6765
to ensure consistency across applications, and allow the layout to adapt to different devices automatically.
6866

6967
### Example

0 commit comments

Comments
 (0)