@nswds/app 1.83.2 → 1.83.4

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/styles.css CHANGED
@@ -549,9 +549,6 @@
549
549
  .z-\[1\] {
550
550
  z-index: 1;
551
551
  }
552
- .col-span-1 {
553
- grid-column: span 1 / span 1;
554
- }
555
552
  .col-start-1 {
556
553
  grid-column-start: 1;
557
554
  }