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
tagami-mio
1/28/2020 - 7:42 AM
share
Share
add_circle_outline
Save
hide-text
spanタグで囲んだテキストを目の前から見えなくします
hiden-text.scss
content_copy
file_download
@mixin hide-text { span { display: none; } }
clear