chefcookie 2.4.4 → 2.4.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,8 +93,8 @@ const cc = new chefcookie({
|
|
|
93
93
|
noscroll: true,
|
|
94
94
|
fade: true,
|
|
95
95
|
blur: true,
|
|
96
|
-
css_replace: ``, // replace
|
|
97
|
-
css_add: `` // enhance
|
|
96
|
+
css_replace: ``, // replace plugin's styles with custom css
|
|
97
|
+
css_add: `` // enhance plugin's styles with custom css
|
|
98
98
|
},
|
|
99
99
|
labels: {
|
|
100
100
|
accept: { de: 'Akzeptieren', en: 'Accept' },
|