sparkletown/sparkle

View on GitHub
src/components/atoms/IFrame/IFrame.scss

Summary

Maintainability
Test Coverage
.IFrame {
  height: 100%;
  width: 100%;

  &__content {
    height: 100%;
    width: 100%;
  }
}