Live data from Hacker News

InstaCSS: the CSS docs you always wish you had

instacss.com

11–20 of 93 posts

Re: InstaCSS: the CSS docs you always wish you had

#14
My immediate thought when I saw this was:

Takes regular expressions as user input. Probably DOS'able.

After looking at it for a few seconds, I realised that it's doing the regex matching on the client side, so it's ok.

If you ever accept arbitrary regular expressions as user input, be very careful: https://www.owasp.org/index.php/Regular_expression_Denial_of...

Re: InstaCSS: the CSS docs you always wish you had

#15

Nice. To avoid the annoying type-to-search feature, just search for "a" and get the whole document at once: http://instacss.com/#a Edit: ugh, that doesn't actually work. It only gives you p-z. Hey instacss! Please provide us with a link to the actual document. Preferably in plain HTML so we can download it. Alternately, anybody care to scrape this thing and post it in full?

The query is a regex, so it's pretty easy: http://instacss.com/#.
Post reply on HN