Skip to content

Commit

Permalink
🆙 📝 Better Error log
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan committed May 8, 2021
1 parent cfbdd74 commit cbb2364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/theme/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ $valid-classname: if(map-get($theme-colors, "valid"), "valid", false)
$error-classname: if(map-get($theme-colors, "error"), "error", false) !default;

@if $valid-classname == false {
@warn "Valid ClassName Not Found";
@warn "Valid Theme Color Not Found";
}

@if $error-classname == false {
@warn "Error ClassName Not Found";
@warn "Error Theme Color Not Found";
}

0 comments on commit cbb2364

Please sign in to comment.