simplecss 0.2.1

A simple CSS 2 parser and selector.
Documentation
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.1] - 2021-07-20
- Add rules sorting by specificity. Thanks to [@baskerville]https://github.com/baskerville

## [0.2.0] - 2019-08-17
- A complete rewrite.

## 0.1.0 - 2017-01-14
- Initial release.

[Unreleased]: https://github.com/RazrFalcon/simplecss/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/RazrFalcon/simplecss/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/RazrFalcon/simplecss/compare/v0.1.0...v0.2.0