@sankhyalabs/ez-design 3.1.0 → 4.0.0

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.
@@ -380,16 +380,6 @@ body {
380
380
  align-self: center; }
381
381
  .ez-flex-item--align-stretch {
382
382
  align-self: stretch; }
383
- .ez-flex--basis-full {
384
- flex-basis: 100%; }
385
- .ez-flex--basis-auto {
386
- flex-basis: auto; }
387
- .ez-flex--basis-content {
388
- flex-basis: content; }
389
- .ez-flex--basis-max-content {
390
- flex-basis: max-content; }
391
- .ez-flex--basis-min-content {
392
- flex-basis: min-content; }
393
383
 
394
384
  .ez-align--left {
395
385
  display: flex;