Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 3, 2024
1 parent f39546b commit bdb9438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gro_plugin_moss_css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface Options {
}

export const gro_plugin_moss_css = ({
classes_outfile = 'src/routes/moss_classes.css',
classes_outfile = 'src/routes/moss_classes.css', // TODO BLOCK maybe just `moss.css` and `outfile`? what about multiple files using file filters to check where to collect them?
flush_debounce_delay = FLUSH_DEBOUNCE_DELAY,
}: Options = EMPTY_OBJECT): Plugin => {
let generating = false;
Expand Down

0 comments on commit bdb9438

Please sign in to comment.