Created
March 24, 2015 07:15
-
-
Save watilde/67df7206d1c1c04c3a56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.className = { | |
text-align: center, | |
color: #000, | |
&.hasClassName: { | |
color: red | |
} | |
}; |
可能にします 😼
この構文をトランスパイルしてJSにして、実行結果のObjectをCSSにするイメージなので
なんとかできそう。あとは良い名前を考えてじわじわやっていきます〜
可能にします 😼
カッコイイ...///
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LGTM!
変数を使うのはありですねー。でもJSってオブジェクトのキー側にfunctionは使えるんでしたっけ?
Sassだとインターポレーションでセレクタやプロパティに変数をうめこむのができますけども。