j2css / j2c-importer

Convert CSS to j2c
http://j2c.py.gy/import.html
0 stars 0 forks source link

In @font-face blocks, dashes in property names become 'undefined'. #3

Closed pygy closed 8 years ago

pygy commented 8 years ago
@font-face {
  font-family: "Bitstream Vera Serif Bold";
}

Becomes

{
  '@global': {
    '@font-face': {
      fontundefinedamily: '"Bitstream Vera Serif Bold"'
    }
  }
}