1
1
mirror of https://github.com/c8r/x0.git synced 2024-08-16 17:00:24 +03:00

Remove unused style

This commit is contained in:
Brent Jackson 2018-06-20 15:36:32 -04:00
parent f260566a95
commit fc1ff9b8f4

View File

@ -41,9 +41,6 @@ export const Sidebar = styled('div')([], {
top: 0,
left: 0,
bottom: 0,
[breakpoint]: {
// transition: 'none'
}
}, props => ({
transform: props.open ? 'translateX(0)' : 'translateX(-100%)',
[breakpoint]: {