S
S
ShankeY2019-04-29 17:57:28
css
ShankeY, 2019-04-29 17:57:28

No transparency in 'background-color' after css compression. What is the reason?

After gulp compression, the background-color is empty. Why??

customs__button:hover {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-color: #00000094;
  color: #ff9b51;
  -webkit-box-shadow: 0 0 0 2px #ff9b51, 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ff9b51, 0 0 0 2px #ffffff;
}

5cc710b3a5cf8054533918.png5cc710ba38aab020087478.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question