Skip to content

Commit d4ef4ef

Browse files
committed
fix semicolon
1 parent 1bd4017 commit d4ef4ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/react-css-loaders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8384,7 +8384,7 @@ Object.defineProperty(exports, "__esModule", {
83848384
});
83858385

83868386
var _templateObject = _taggedTemplateLiteral(['\n 0%,\n 80%,\n 100% {\n box-shadow: 0 2.5em 0 -1.3em;\n }\n 40% {\n box-shadow: 0 2.5em 0 0;\n }\n'], ['\n 0%,\n 80%,\n 100% {\n box-shadow: 0 2.5em 0 -1.3em;\n }\n 40% {\n box-shadow: 0 2.5em 0 0;\n }\n']),
8387-
_templateObject2 = _taggedTemplateLiteral(['\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n color: ', '\n font-size: ', ';\n height: 2.5em;\n margin: 80px auto;\n position: relative;\n text-indent: -9999em;\n transform: translateZ(0);\n width: 2.5em;\n\n &:before {\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: -3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n\n &:after {\n animation: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: 3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n'], ['\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n color: ', '\n font-size: ', ';\n height: 2.5em;\n margin: 80px auto;\n position: relative;\n text-indent: -9999em;\n transform: translateZ(0);\n width: 2.5em;\n\n &:before {\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: -3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n\n &:after {\n animation: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: 3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n']);
8387+
_templateObject2 = _taggedTemplateLiteral(['\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n color: ', ';\n font-size: ', ';\n height: 2.5em;\n margin: 80px auto;\n position: relative;\n text-indent: -9999em;\n transform: translateZ(0);\n width: 2.5em;\n\n &:before {\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: -3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n\n &:after {\n animation: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: 3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n'], ['\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n color: ', ';\n font-size: ', ';\n height: 2.5em;\n margin: 80px auto;\n position: relative;\n text-indent: -9999em;\n transform: translateZ(0);\n width: 2.5em;\n\n &:before {\n animation: ', ';\n animation-delay: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: -3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n\n &:after {\n animation: ', ';\n animation-fill-mode: both;\n border-radius: 50%;\n content: \'\';\n height: 2.5em;\n left: 3.5em;\n position: absolute;\n top: 0;\n width: 2.5em;\n }\n']);
83888388

83898389
var _styledComponents = __webpack_require__(5);
83908390

dist/react-css-loaders.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/bubble/Bubble.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Bubble = styled.div`
1616
animation-delay: ${props => `${props.duration * -0.16}s`};
1717
animation-fill-mode: both;
1818
border-radius: 50%;
19-
color: ${props => props.color}
19+
color: ${props => props.color};
2020
font-size: ${props => `${props.size}px`};
2121
height: 2.5em;
2222
margin: 80px auto;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-loaders",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "React CSS Loaders",
55
"main": "dist/react-css-loaders.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)