@total_onion/onion-library 2.0.156 → 2.0.157

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.
@@ -161,7 +161,8 @@
161
161
  li {
162
162
  // @include core-typography-mixins-v3.p();
163
163
  }
164
- ol {
164
+ ol,
165
+ ul {
165
166
  padding: 0; //reset default padding
166
167
  margin: 0; //reset default margin
167
168
  // font-family: var(--secondary-font-family);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.156",
3
+ "version": "2.0.157",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {