Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2021-11-11 05:30:49 +0300
committerGitHub <noreply@github.com>2021-11-11 05:30:49 +0300
commit32d9de6491f9f313d8008a5b853c4369dc9c8ceb (patch)
tree770962e96ef333d6e91a4624403d323d6bf56383 /package.json
parent63748041fc8b81d940773e85ae283b06e3d685bb (diff)
[Vue] Add support for scoped styles (though they will not be able to access theme variables). (#18287)
* Add support for scoped styles (though they will not be able to access theme variables). * add scoped style example to ExampleComponent.vue
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1db7ba8d49..96e973ec2e 100644
--- a/package.json
+++ b/package.json
@@ -70,6 +70,8 @@
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-vue": "^7.16.0",
+ "less": "^4.1.2",
+ "less-loader": "^7.3.0",
"nock": "^13.1.4",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5",