wickes-css2 2.99.0-develop.1 → 2.99.0-develop.2
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 +1 -1
- package/package.json +1 -1
package/Readme.md
CHANGED
|
@@ -234,7 +234,6 @@ While using breakpoints we should use right order of its placement:
|
|
|
234
234
|
```
|
|
235
235
|
|
|
236
236
|
* Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases
|
|
237
|
-
|
|
238
237
|
* -only breakpoints should be placed only after group of -up or -down
|
|
239
238
|
|
|
240
239
|
## Js
|
|
@@ -279,3 +278,4 @@ visual - https://epam.invisionapp.com/d/main/#/projects/prototypes/13168469
|
|
|
279
278
|
For activation sticky functionality in checkout-right-aside, please do next steps:
|
|
280
279
|
1) please wrap right aside content by <div class=“right-aside-sticky”></div>;
|
|
281
280
|
2) if page contains "recently viewed" component, please wrap it by <div class="footer_sticky-right-aside">
|
|
281
|
+
|