tssのメモ的な
Alloyのtssファイルのスタイルの書き方
CSSとの比較
| tss | css |
| left | left |
| top | top |
| right(要素の左端から右端までの距離として計算) | margin-right |
| bottom | margin-bottom |
|
font{ fontSize fontFamily fontStyle fontWeight } |
font-size font-family etc… |
| backgroundColor | background-color |
| borderColor | border #px solid|dotted color |
| borderWidth | border width solid|dotted ####### |
| borderRadius | misc |
| borderShadow | misc |
また逐一調べていく
