~alcinnz/haskell-stylist

fe90d86e8dc1c691fc64b992d707fcb9efe18f70 — Adrian Cochrane 1 year, 2 months ago 6d27374 + 4308cee
Merge branch 'main' of git.argonaut-constellation.org:~alcinnz/haskell-stylist into main
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 5,7 5,7 @@ Generic CSS style engine for Haskell, intended to aid the development of new bro

Haskell Stylist implements CSS selection and cascade (but not inheritance) independant of the CSS at-rules and properties understood by the caller. It is intended to ease the development of new browser engines, independant of their output targets.

For more interesting projects see: https://github.io/alcinnz/browser-engine-ganarchy/
For more interesting projects see: https://argonaut-constellation.org/

## Versioning
The second major number indicates that more of CSS has been implemented within the existing API. Until then the error recovery rules will ensure as yet invalid CSS won't have any effect.