| load("//infra-sk:index.bzl", "sass_library") | 
 |  | 
 | package(default_visibility = ["//visibility:public"]) | 
 |  | 
 | #keep | 
 | sass_library( | 
 |     name = "elements-sk_scss", | 
 |     # This list of files was generated by running the following command from the repository's root | 
 |     # directory: | 
 |     # | 
 |     #     $ find node_modules/elements-sk -name *.scss | sed -E "s/(.*)/@npm\/\/:\1/" | sort | 
 |     # | 
 |     # Please update if the files in the elements-sk NPM package ever change. | 
 |     srcs = [ | 
 |         "@npm//:node_modules/elements-sk/checkbox-sk/checkbox-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/collapse-sk/collapse-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/colors.scss", | 
 |         "@npm//:node_modules/elements-sk/error-toast-sk/error-toast-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/icon/icon-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/multi-select-sk/multi-select-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/nav-links-sk/nav-links-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/radio-sk/radio-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/select-sk/select-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/spinner-sk/spinner-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/styles/buttons/buttons.scss", | 
 |         "@npm//:node_modules/elements-sk/styles/select/select.scss", | 
 |         "@npm//:node_modules/elements-sk/styles/table/table.scss", | 
 |         "@npm//:node_modules/elements-sk/tabs-panel-sk/tabs-panel-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/tabs-sk/tabs-sk.scss", | 
 |         "@npm//:node_modules/elements-sk/themes/color-palette.scss", | 
 |         "@npm//:node_modules/elements-sk/themes/themes.scss", | 
 |         "@npm//:node_modules/elements-sk/toast-sk/toast-sk.scss", | 
 |     ], | 
 | ) | 
 |  | 
 | sass_library( | 
 |     name = "themes_sass_lib", | 
 |     srcs = ["themes.scss"], | 
 |     visibility = ["//visibility:public"], | 
 |     deps = [ | 
 |         "@npm//:node_modules/elements-sk/styles/buttons/buttons.scss", | 
 |         "@npm//:node_modules/elements-sk/styles/select/select.scss", | 
 |         "@npm//:node_modules/elements-sk/styles/table/table.scss", | 
 |         "@npm//:node_modules/elements-sk/themes/color-palette.scss", | 
 |         "@npm//:node_modules/elements-sk/themes/themes.scss", | 
 |     ], | 
 | ) |