@import '_const';

.black-bg(@opacity: 1) {
  background-color: rgba(0,0,0,@opacity);
}
