From 3cd5b4addd694b2b62d579df5e6e01afec92f3ec Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 7 Jul 2019 16:11:52 +1200 Subject: [PATCH] [Project] Stylish Haskell Generic implementation of CSS selectors, specificity, cascade, and inheritance independant of supported CSS properties. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9511e4a..4ec8314 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Generic CSS style engine for Haskell, intended to aid the development of new bro Stylish Haskell 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/ + ## Why Haskell? No matter what you think about Haskell and other functional languages, there are great reasons to choose it for this project. -- 2.30.2