Explorar el Código

Fix `yarn build` fail

Production build fails because it tries to interpret CSS comments.
Sergiu Miclea hace 7 años
padre
commit
41f8aa199e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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`
 const loadingAnimationStyle = css`
-  /* background: url(${loadingImage}) center no-repeat; */
   animation: rotate 1s linear infinite;
   animation: rotate 1s linear infinite;
   @keyframes rotate {
   @keyframes rotate {
     0% {transform: rotate(0deg);}
     0% {transform: rotate(0deg);}