Skip to content

Commit

Permalink
(fix) Sort Rail props Semantic-Org#181
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fedyashov committed Jul 14, 2016
1 parent 97aac53 commit d9c324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Rail/Rail.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ function Rail(props) {
Rail._meta = {
library: META.library.semanticUI,
name: 'Rail',
type: META.type.element,
props: {
close: ['very'],
position: sui.floats,
size: _.without(sui.sizes, 'mini', 'small', 'medium', 'big'),
},
type: META.type.element,
}

Rail.propTypes = {
Expand Down

0 comments on commit d9c324b

Please sign in to comment.