Revision history for CSS-Stylesheet

0.0.22  2021-08-06T12:47:54+12:00
    - Implement @font-face rules. Fonts properties can be
      accessed by font-face(), which returns a list, or
      font-face($family), to select by family name.

0.0.21  2021-05-20T06:58:25+12:00
    - Fix and test media selection. Broken in 0.0.20

0.0.20  2021-05-19T13:22:39+12:00
    - Add CSS::MediaQuery
    - Add documentation for creating a stylesheet from scratch. Uses CSS::MediaQuery along
      with new coercements for RuleSets and Selectors

0.0.19  2021-05-18T11:55:31+12:00
    - Add CSS::AtPageRule and support for '@page' at-rules, including
      embedded margin boxes @page { ... @top-center{ ... } ... }

0.0.18  2021-05-13T08:47:25+12:00
    - Add POD documentation + generated markdown in docs/ directory

0.0.17  2021-05-06T08:30:25+12:00
    - Initial release. Module factored out from CSS v0.0.16
