jpablobr/css2sass

Incorrect conversion

Closed this issue · 1 comments

.preamble {
/*  color: #FF0045;*/
  font-weight: bold;
  margin-bottom: 12px;
  overflow: hidden;
}

.regularPage .preamble p {
  color: #FF0045;
  margin: 0 0 2px;
  font-size: 11pt;
  font-weight: normal;
}

Converts to:

.preamble
  /*  color: #FF0045;
  font-weight: bold
  margin-bottom: 12px
  overflow: hidden

.regularPage p
  color: #FF0045
  margin: 0 0 2px
  font-size: 11pt
  font-weight: normal

Thanks, but this is a similar problem to #4