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

vipera-npm-registry / my-formatter   js

Repository URL to install this package:

Version: 0.0.8 

/ resources / my-formatter.scss

@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;
}