Procházet zdrojové kódy

Fix `yarn build` fail

Production build fails because it tries to interpret CSS comments.
Sergiu Miclea před 6 roky
rodič
revize
41f8aa199e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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);}