accomadesc 0.3.25 → 0.3.26

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.
@@ -355,28 +355,12 @@
355
355
  * {
356
356
  font-family: var(--main-font-family);
357
357
  font-variant: var(--main-font-variant);
358
-
359
- box-sizing: border-box;
360
- margin: 0;
361
- padding: 0;
362
358
  }
363
359
 
364
360
  *::selection {
365
361
  background-color: var(--font-select-color);
366
362
  }
367
363
 
368
- *::after {
369
- box-sizing: border-box;
370
- margin: 0;
371
- padding: 0;
372
- }
373
-
374
- *::before {
375
- box-sizing: border-box;
376
- margin: 0;
377
- padding: 0;
378
- }
379
-
380
364
  hr {
381
365
  margin-top: 1rem;
382
366
  margin-bottom: 1rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",