@algorithm-shift/design-system 1.3.106 → 1.3.107

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
@@ -1194,10 +1194,18 @@
1194
1194
  border-right-style: var(--tw-border-style);
1195
1195
  border-right-width: 1px;
1196
1196
  }
1197
+ .border-r-0 {
1198
+ border-right-style: var(--tw-border-style);
1199
+ border-right-width: 0px;
1200
+ }
1197
1201
  .border-b {
1198
1202
  border-bottom-style: var(--tw-border-style);
1199
1203
  border-bottom-width: 1px;
1200
1204
  }
1205
+ .border-b-0 {
1206
+ border-bottom-style: var(--tw-border-style);
1207
+ border-bottom-width: 0px;
1208
+ }
1201
1209
  .border-b-2 {
1202
1210
  border-bottom-style: var(--tw-border-style);
1203
1211
  border-bottom-width: 2px;