Skip to content

Commit

Permalink
Change order (#3)
Browse files Browse the repository at this point in the history
* Initial styleguidist (#1)

* Test fixed css issue in gh-pages (#2)

* Add jsdoc for props method description

* Add ribbon

* Config styleguide dir to docs

* Change sort
  • Loading branch information
roth1002 authored Sep 7, 2018
1 parent 9eb896d commit 7159f3e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
56 changes: 28 additions & 28 deletions dist/react-radio.css
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
/*! react-radio v3.2.2 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-radio */
.radio---section---foyYY {
background: #fff;
border: 1px solid #d6d6d6;
position: relative;
z-index: 1;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.radio---section---foyYY:last-child {
margin-bottom: 20px;
}
.radio---section-content---TYJOP {
padding: 0 16px 16px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media screen and (max-width: 1023px) {
.radio---section-content---TYJOP {
position: static;
height: 100%;
}
}
.radio---control-radio---2rwkY {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down Expand Up @@ -107,3 +79,31 @@
border: 1px solid #999;
background-color: #ddd;
}
.radio---section---foyYY {
background: #fff;
border: 1px solid #d6d6d6;
position: relative;
z-index: 1;
-webkit-transition: height 0.3s ease;
-moz-transition: height 0.3s ease;
-o-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.radio---section---foyYY:last-child {
margin-bottom: 20px;
}
.radio---section-content---TYJOP {
padding: 0 16px 16px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media screen and (max-width: 1023px) {
.radio---section-content---TYJOP {
position: static;
height: 100%;
}
}
14 changes: 7 additions & 7 deletions docs/build/bundle.832d3aa6.js → docs/build/bundle.c9655f35.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>React Radio</title><link href="../dist/react-radio.css" rel="stylesheet"></head><body><div id="rsg-root"></div><script src="build/bundle.832d3aa6.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>React Radio</title><link href="../dist/react-radio.css" rel="stylesheet"></head><body><div id="rsg-root"></div><script src="build/bundle.c9655f35.js"></script></body></html>
2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
title: 'React Radio',
styleguideDir: 'docs/',
webpackConfig: require('./webpack.config.js'),
components: ['examples/*Radio*.jsx', 'src/*.jsx'],
components: ['src/*.jsx', 'examples/*Radio*.jsx'],
ribbon: {
url: 'https://github.com/trendmicro-frontend/react-radio',
text: 'Fork me on GitHub'
Expand Down

0 comments on commit 7159f3e

Please sign in to comment.