All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.helpers._stretched-link.scss Maven / Gradle / Ivy

Go to download

The most popular front-end framework for developing responsive, mobile first projects on the web.

The newest version!
//
// Stretched link
//

.stretched-link {
  &::#{$stretched-link-pseudo-element} {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: $stretched-link-z-index;
    content: "";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy