From 0d5bd0f680fcc0ad19b23c9576f1af8dd42aeb37 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Tue, 9 Aug 2016 17:15:26 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfa0bc4..845bfd1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A CSS Selector Specificity graph based on the Inverted Triangle CSS Methodology ## Contribute: * The design could be improved +* Need to go and clean up the Sass folder, it should *really* be set up to use ITCSS (yeah, that needs fixed) * We need lots of testing of the [CSS Selectors to JS Array](http://github.com/TheJaredWilcurt/css-selectors-to-js-array) library. To make sure all valid CSS can be parsed correctly. * Add in a CSS Validator library. Prevent CSS parsing unless the file is valid. If the file is invalid, display a warning. * Would be nice to have some simple ITCSS [explaination](http://imgur.com/a/6fS7V) on the page.