Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 8, 2024
1 parent 12080b0 commit 84ce9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/gro_plugin_moss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const generate_classes_css = (classes: Iterable<string>): string => {
for (const c of classes) {
const v = css_classes_by_name[c];
if (!v) {
// diagnostic
// if (!/^[a-z_0-9]+$/.test(c)) {
// console.error('invalid class detected, fix the regexps', c);
// }
Expand Down

0 comments on commit 84ce9b3

Please sign in to comment.