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    
Size: Mime:
import { styled } from 'styleh-components'

const borderLine = styled.css `
  content: '';
  width: 100%;
  position: absolute;
  height: rem(1);
  background: #a6afc1;
  bottom: 0;
  left: 0;

  @phone-or-smaller() {
    width: 100%;
  }
`

export { borderLine }
export default borderLine