@san-siva/stylekit 1.0.10 → 1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@san-siva/stylekit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A modular SCSS design system with utilities, colors, typography, and animations",
5
5
  "main": "styles/index.module.scss",
6
6
  "exports": {
@@ -140,7 +140,7 @@ hr {
140
140
  mark,
141
141
  code {
142
142
  font-family: typo.$font-family--code;
143
- font-size: typo.$font-size--p-small;
143
+ font-size: typo.$font-size--small;
144
144
  padding: utils.rem(2) utils.rem(4);
145
145
  background-color: colors.$color--code;
146
146
  height: fit-content;