Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99790378
flexbox.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 26, 15:44
Size
1018 B
Mime Type
text/x-java
Expires
Tue, Jan 28, 15:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23822415
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
flexbox.js
View Options
import
style
from
'./style'
;
import
compose
from
'./compose'
;
export
const
flexBasis
=
style
({
prop
:
'flexBasis'
});
export
const
flexDirection
=
style
({
prop
:
'flexDirection'
});
export
const
flexWrap
=
style
({
prop
:
'flexWrap'
});
export
const
justifyContent
=
style
({
prop
:
'justifyContent'
});
export
const
alignItems
=
style
({
prop
:
'alignItems'
});
export
const
alignContent
=
style
({
prop
:
'alignContent'
});
export
const
order
=
style
({
prop
:
'order'
});
export
const
flex
=
style
({
prop
:
'flex'
});
export
const
flexGrow
=
style
({
prop
:
'flexGrow'
});
export
const
flexShrink
=
style
({
prop
:
'flexShrink'
});
export
const
alignSelf
=
style
({
prop
:
'alignSelf'
});
export
const
justifyItems
=
style
({
prop
:
'justifyItems'
});
export
const
justifySelf
=
style
({
prop
:
'justifySelf'
});
const
flexbox
=
compose
(
flexBasis
,
flexDirection
,
flexWrap
,
justifyContent
,
alignItems
,
alignContent
,
order
,
flex
,
flexGrow
,
flexShrink
,
alignSelf
,
justifyItems
,
justifySelf
);
export
default
flexbox
;
Event Timeline
Log In to Comment