Skip to content

Commit

Permalink
fix: don't use scss for open source
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Oct 21, 2024
1 parent 170f7da commit 174284f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class SuggestionDescriptionPanelFromLS(
// TODO: remove custom stylesheets, deliver variables from LS, replace variables with colors
val ideStyle: String = when (issue.filterableIssueType) {
ScanIssue.CODE_SECURITY, ScanIssue.CODE_QUALITY -> SnykStylesheets.SnykCodeSuggestion
ScanIssue.OPEN_SOURCE -> SnykStylesheets.SnykOSSSuggestion
else -> ""
}

Expand Down
69 changes: 0 additions & 69 deletions src/main/resources/stylesheets/snyk_oss_suggestion.scss

This file was deleted.

0 comments on commit 174284f

Please sign in to comment.