Magnus Hallin

Results 25 comments of Magnus Hallin

This is definitely a limitation in the parser that we can fix. Personally, I've been including site-global styles such as CSS reset or normalization directly in the HTML template as...

I agree it's a bit magic that the class names become vars, but the purpose is to get as much help from the compiler as possible when maintaining the stylesheets:...

Yeah, media queries would be nice. Some immediate ideas I get are: 1. Add metadata to the `defstylesheet` tag itself: ```clojure (defstylesheet mobile-styles {:media {:max-width "767px"}} [.my-class {:font-weight "bold"}]) ```...

This is unfortunately a limitation of the simple way I simulate events - the file is just touched with a new mtime. `notify-forwarder` is more of a tool that forwards...

I think that all `println!` not in tests or the example should be removed - I probably accidentally committed them :) It _might_ be a good idea to support e.g....