css-inline v0.7.6 Release Notes

Release Date: 2022-01-08 // over 2 years ago
  • ๐Ÿ›  Fixed

    • Invalid handling of double-quoted property values like in font-family: "Open Sans". #129

    ๐ŸŽ Performance

    • Use std::fs::read_to_string in CLI to avoid over/under allocating of the input buffer.