freshen app/client/ui2018/cssVars.ts

The cssVars.ts file has changed to include some more knobs
for custom theming.  This commit updates the file, and
introduces a `stubs` directory for stubbing code that is
specific to our deployments of Grist and not of general interest.
This commit is contained in:
Paul Fitzpatrick
2020-06-23 16:16:38 -04:00
parent ad35f54b87
commit c8c5afbbca
7 changed files with 28 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
"*": [
"*",
"grist-core/*",
"stubs/*"
],
},
"composite": true,

View File

@@ -34,6 +34,7 @@ module.exports = {
resolve: {
modules: [
path.resolve('./_build'),
path.resolve('./_build/stubs'),
path.resolve('./node_modules')
],
},