wickes-css2 2.105.0-develop.2 → 2.105.0-develop.3
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 +3 -1
- package/build/css/main.css +1 -1
- package/build/js/account-members.min.js +1 -1
- package/build/js/kitchen/kitchen-plp.min.js +1 -1
- package/package.json +4 -2
- package/src/components/generate-project-id.hbs +1 -1
- package/src/components/shopping-list-with-share-list-v2.hbs +28 -10
- package/src/components/shopping-list.hbs +5 -5
- package/src/page_my-shopping-list-hide-download.html +1 -1
- package/src/page_project-list-with-new-share-popup-android.html +14 -0
- package/src/page_project-list-with-new-share-popup-ios.html +14 -0
- package/src/scss/components/_shared-shopping-list.scss +22 -0
- package/src/scss/components/_shopping-list.scss +18 -8
- package/src/sitemap.html +9 -1
package/Readme.md
CHANGED
|
@@ -233,9 +233,11 @@ While using breakpoints we should use right order of its placement:
|
|
|
233
233
|
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
* Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases
|
|
236
|
+
* Preferable way is to use one way of breakpoints direction: -up or -down, and to use them both only in exceptional cases"
|
|
237
|
+
|
|
237
238
|
* -only breakpoints should be placed only after group of -up or -down
|
|
238
239
|
|
|
240
|
+
|
|
239
241
|
## Js
|
|
240
242
|
|
|
241
243
|
... to be added
|