int-components 0.1.5 → 0.1.6

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/dist/index.css CHANGED
@@ -1469,6 +1469,7 @@
1469
1469
  font-family: ABCGravity, sans-serif;
1470
1470
  font-weight: 900;
1471
1471
  line-height: 0.9;
1472
+ font-size: inherit;
1472
1473
  }
1473
1474
 
1474
1475
  .SectionTitle-module__titleText--l9CQA {
@@ -2,6 +2,7 @@
2
2
  font-family: ABCGravity, sans-serif;
3
3
  font-weight: 900;
4
4
  line-height: 0.9;
5
+ font-size: inherit;
5
6
  }
6
7
 
7
8
  .SectionTitle-module__titleText--l9CQA {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "int-components",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css"