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

www.reboot.css.src.utils.styl Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
/*! utilities
-----------------------------*/
.nf-right {
  float: right;
}

.nf-left {
  float: left;
}

.nf-inline {
  display: inline;
}

.nf-clickable {
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.isHidden,
.is-hidden,
[hidden] {
  display: none !important;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy