Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
my-formatter / resources / my-formatter.scss
Size: Mime:
@import "./variables.scss";

body {
  background-color: $primary-background-color;
  font: 100% $font-stack;
  color: $primary-color;
}

.phone-call-image {
  background: url('./icons/phone-call.png') no-repeat;
  height: 40px;
  width: 40px;
  background-size: cover;
}