About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
mo49
6/19/2019 - 7:19 AM
share
Share
add_circle_outline
Save
_hr.scss
_hr.scss
content_copy
file_download
// 1pxのhrをつくるためのハック @mixin hr() { height: 1px; border: none; border-top: 1px $border-color solid; }
clear