conglinyizhi/precss/core does not have a README file
fn Compiler::compile_file(self : Compiler, path : String, read : (String) -> String raise CompileError) -> String raise CompileErrorfn Compiler::compile_many(self : Compiler, inputs : Array[Input], read : (String) -> String raise CompileError) -> String raise CompileErrorfn Compiler::compile_with_format(self : Compiler, source : String, fmt : Format) -> String raise CompileErrorpub struct Engine {
name_fn : () -> String
supports_fn : (Format) -> Bool
compile_fn : (String) -> String raise CompileError
compile_imports_fn : (String, (String) -> String raise CompileError) -> String raise CompileError
}fn Engine::compile_imports(self : Engine, source : String, read : (String) -> String raise CompileError) -> String raise CompileErrorfn Engine::new(name~ : () -> String, supports~ : (Format) -> Bool, compile~ : (String) -> String raise CompileError, compile_imports~ : (String, (String) -> String raise CompileError) -> String raise CompileError) -> EngineInstall
Download zipA pluggable CSS preprocessor compile facade: a single function turns SCSS / LESS / CSS source (or file) into CSS, routing to swappable backend engines.
Dependencies