(index ("write-css" 0) ("css->scss" 225))
(def (sig (procedure "(write-css scss [port])" (id write-css))) (p "Write the CSS translation of " (tt "scss") " (which is a list following the syntax described under " (int-link "#syntax" "Syntax") ") to " (tt "port") "."))
(def (sig (procedure "(css->scss scss)" (id css->scss))) (p "Like " (tt "write-css") " but returns the CSS translation as a string instead of writing it to a port."))
