ant-design/components/layout
Nikitenkova 04669002bf fix(layoutSider): dimensionMap for max-width media query
According to visibility problem (on viewport breakpoints) with Sider menu in our App
And according to Bootstrap responsive breakpoints https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints

We should use different values for `min-width` and `max-width`. For example, if we construct query with `min-width: 768px` then we MUST use `max-width: 767.98px` for proper breakpoint determination otherwise they conflict with each other when have similar values.
2019-09-03 13:37:19 +08:00
..
__tests__ test unmount 2019-08-27 18:31:01 +08:00
demo 💄 Optimize examples code style 2019-05-27 22:04:17 +08:00
style feat: use border-radius instead 2019-08-02 14:05:59 +08:00
index.en-US.md docs: show version Number features were added (#17373) 2019-07-11 14:14:33 +08:00
index.tsx export components interface (#7654) 2017-09-25 22:14:49 +08:00
index.zh-CN.md docs: show version Number features were added (#17373) 2019-07-11 14:14:33 +08:00
layout.tsx chore: adjust indent & revert demo & fix lint problem 2019-08-06 15:36:13 +08:00
Sider.tsx fix(layoutSider): dimensionMap for max-width media query 2019-09-03 13:37:19 +08:00