wickes-css2 2.103.0-develop.5 → 2.103.0-develop.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Readme.md +5 -0
- package/build/css/category-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/js/emulation.min.js +40 -40
- package/package.json +17 -2
- package/src/components/srp-injected.hbs +3 -13
- package/src/js/emulation/account-hub.js +40 -40
- package/src/page_plp_v2.html +2 -1
- package/src/scss/category-main.scss +1 -0
- package/src/scss/emulation.scss +3 -3
- package/src/scss/helpers/_colors-semantic.scss +120 -0
- package/src/scss/helpers/_variables.scss +2 -0
- package/src/scss/pages/_facets.scss +86 -0
- package/src/scss/plp-main.scss +1 -0
package/Readme.md
CHANGED
|
@@ -279,3 +279,8 @@ For activation sticky functionality in checkout-right-aside, please do next step
|
|
|
279
279
|
1) please wrap right aside content by <div class=“right-aside-sticky”></div>;
|
|
280
280
|
2) if page contains "recently viewed" component, please wrap it by <div class="footer_sticky-right-aside">
|
|
281
281
|
|
|
282
|
+
## Husky pre-commit lint
|
|
283
|
+
To configure pre-commit lint run:
|
|
284
|
+
```
|
|
285
|
+
yarn setup:husky
|
|
286
|
+
```
|