wickes-css2 2.99.0-billie.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 +2 -2
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
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wickes-css2",
|
|
3
|
-
"version": "2.99.0-
|
|
3
|
+
"version": "2.99.0-develop.2",
|
|
4
4
|
"description": "CSS and JS and page templates in use by Wickes",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"branches": [
|
|
109
109
|
"alt-master",
|
|
110
110
|
{
|
|
111
|
-
"name": "
|
|
111
|
+
"name": "develop",
|
|
112
112
|
"prerelease": "${name.replace(/^custom-tag\\//g, '')}"
|
|
113
113
|
}
|
|
114
114
|
],
|