this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

change help text

Altagos d6c2074b a363146a

+1 -1
+1 -1
build.zig
··· 2 2 const zine = @import("zine"); 3 3 4 4 pub fn build(b: *std.Build) !void { 5 - const compile_stylesheet = b.step("stylesheet", "Compile altagos.css stylesheet from scss files"); 5 + const compile_stylesheet = b.step("stylesheet", "Compile stylesheet from scss files"); 6 6 compile_stylesheet.result_cached = false; 7 7 std.debug.assert(try compile_stylesheet.addDirectoryWatchInput(b.path("style"))); 8 8