[Ur] Signature for a style declaration
Sergey Mironov
grrwlf at gmail.com
Mon Oct 14 13:26:54 EDT 2013
Me again.
I want to export some styles from my module. What signatures should I
write in the *urs file in order to do it? For example, bootstrap
library exports styles but it doesn't contain urs file (Ur/Web
generates it silently AFAIK). But in my case it is my responsibility
so how should I handle it?
Placing
(* Module.urs *)
val mystyle : css_class
(* Module.ur *)
style mystyle
doesn't work :(
Regards,
Sergey
More information about the Ur
mailing list