Skip to content

Commit 55b0198

Browse files
committed
Removed flex from example
1 parent 0985e05 commit 55b0198

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

example/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var _dec, _desc, _value, _class;
9595
//import css from 'css-constructor'; // production - use this!
9696

9797

98-
var _templateObject = _taggedTemplateLiteral(['\n font-size: 16px;\n text-align: center;\n\n /* Use props in your CSS */\n color: {this.props.color};\n\n /* Adds vendor prefixes */\n display: flex;\n\n /* Pseudo selectors */\n &:hover {\n color: #FFF;\n }\n\n /* Nested elements */\n img {\n border-radius: 50%;\n }\n #handle {\n margin-top: 20px;\n }\n\n /* Media queries */\n @media (max-width: 600px) {\n & {font-size: 18px;}\n }\n '], ['\n font-size: 16px;\n text-align: center;\n\n /* Use props in your CSS */\n color: {this.props.color};\n\n /* Adds vendor prefixes */\n display: flex;\n\n /* Pseudo selectors */\n &:hover {\n color: #FFF;\n }\n\n /* Nested elements */\n img {\n border-radius: 50%;\n }\n #handle {\n margin-top: 20px;\n }\n\n /* Media queries */\n @media (max-width: 600px) {\n & {font-size: 18px;}\n }\n ']);
98+
var _templateObject = _taggedTemplateLiteral(['\n font-size: 16px;\n text-align: center;\n\n /* Use props in your CSS */\n color: {this.props.color};\n\n /* Pseudo selectors */\n &:hover {\n color: #FFF;\n }\n\n /* Nested elements */\n img {\n border-radius: 50%;\n }\n #handle {\n margin-top: 20px;\n }\n\n /* Media queries */\n @media (max-width: 600px) {\n & {font-size: 18px;}\n }\n '], ['\n font-size: 16px;\n text-align: center;\n\n /* Use props in your CSS */\n color: {this.props.color};\n\n /* Pseudo selectors */\n &:hover {\n color: #FFF;\n }\n\n /* Nested elements */\n img {\n border-radius: 50%;\n }\n #handle {\n margin-top: 20px;\n }\n\n /* Media queries */\n @media (max-width: 600px) {\n & {font-size: 18px;}\n }\n ']);
9999

100100
var _react = require('react');
101101

example/hello.js

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ export default class Hello extends React.Component {
1717
/* Use props in your CSS */
1818
color: {this.props.color};
1919
20-
/* Adds vendor prefixes */
21-
display: flex;
22-
2320
/* Pseudo selectors */
2421
&:hover {
2522
color: #FFF;

0 commit comments

Comments
 (0)