@turnipxenon/pineapple 4.0.0-alpha.3 → 4.0.0

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.
@@ -328,6 +328,10 @@ ol {
328
328
  list-style: decimal inside;
329
329
  }
330
330
 
331
+ li > ul, li > ol {
332
+ margin-inline-start: 2em;
333
+ }
334
+
331
335
  p {
332
336
  @apply mb-3;
333
337
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turnipxenon/pineapple",
3
3
  "description": "personal package for base styling for other personal projects",
4
- "version": "4.0.0-alpha.3",
4
+ "version": "4.0.0",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",