I add some code in aplication.css. Why it disappear after restart server by foreman start?

35 views Asked by At

I add in aplication.css

*= require rouge
#search {
  position:absolute; left:80px; top:20px;
}

After restart server by foreman start, this code disappear. Why?

0

There are 0 answers