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
KSK
3/20/2018 - 12:38 AM
share
Share
add_circle_outline
Save
20180320 CSSで変数!
homepage.scss
content_copy
file_download
//変数指定 :root { --foo: #000; } //変数実行、背景が#000になる .con_concept { background-color: var(--foo); }
clear