Remove direct usage of EUI theme vars (#116232)

Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Spencer 2021-11-10 12:04:45 -07:00 committed by GitHub
parent 42168954b4
commit 252b949b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 149 additions and 130 deletions

View file

@ -23,7 +23,6 @@ filegroup(
)
NPM_MODULE_EXTRA_FILES = [
"eui_theme_vars/package.json",
"package.json",
"README.md"
]

View file

@ -1,4 +0,0 @@
{
"main": "../target_node/eui_theme_vars.js",
"types": "../target_types/eui_theme_vars.d.ts"
}