carfdevcss 0.0.9 → 0.0.11

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.css +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carfdevcss",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Tailwind CSS adapter for carfdev design system",
5
5
  "style": "./src/index.css",
6
6
  "exports": {
package/src/index.css CHANGED
@@ -725,7 +725,7 @@
725
725
 
726
726
  b,
727
727
  strong {
728
- font-weight: bolder;
728
+ font-weight: var(--font-weight-medium);
729
729
  }
730
730
 
731
731
  code,
@@ -799,6 +799,13 @@
799
799
  height: auto;
800
800
  }
801
801
 
802
+ details > summary {
803
+ list-style: none;
804
+ }
805
+ details > summary::-webkit-details-marker {
806
+ display: none;
807
+ }
808
+
802
809
  button,
803
810
  input,
804
811
  select,