Packages

A Sketch runtime package, made to generate CSS!

Current section

Files

Jump to
sketch_css include sketch@css_Module.hrl
Raw

include/sketch@css_Module.hrl

-record(module, {
path :: binary(),
content :: binary(),
ast :: gleam@option:option(glance:module_())
}).