Browse Source

Fix `yarn build` fail

Production build fails because it tries to interpret CSS comments.
Sergiu Miclea 7 years ago
parent
commit
41f8aa199e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/atoms/StatusImage/StatusImage.jsx

+ 0 - 1
src/components/atoms/StatusImage/StatusImage.jsx

@@ -78,7 +78,6 @@ const dashAnimationStyle = css`
   }
 `
 const loadingAnimationStyle = css`
-  /* background: url(${loadingImage}) center no-repeat; */
   animation: rotate 1s linear infinite;
   @keyframes rotate {
     0% {transform: rotate(0deg);}