monkey-style-guide-v2 0.0.124 → 0.0.125

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.
@@ -144,7 +144,7 @@ body {
144
144
 
145
145
  @each $key, $value in $mecx-align {
146
146
  .text-#{$key} {
147
- text-align: $value !important;
147
+ text-align: $key !important;
148
148
  }
149
149
  }
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide-v2",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.14",
6
6
  "@angular/cdk": "^20.2.14",
Binary file