ソースを参照

added type helpers

tags/0.9.0
J 6年前
コミット
bc34975671
2個のファイルの変更26行の追加0行の削除
  1. 25
    0
      vue-theme/src/sss/_typography.sss
  2. 1
    0
      vue-theme/src/sss/index.js

+ 25
- 0
vue-theme/src/sss/_typography.sss ファイルの表示

@@ -0,0 +1,25 @@
1
+@import './variables.sss'
2
+
3
+.t
4
+    &-cntr
5
+        text-align: center
6
+    &-left
7
+        text-align: left
8
+    &-b
9
+        text-weight: bold
10
+    &-i
11
+        text-style: italic
12
+    &-up
13
+        text-transform: uppercase
14
+    &-cap
15
+        text-transform: capitalize
16
+    &-sans
17
+        font-family: $sans
18
+    &-serif
19
+        font-family: $serif
20
+    &-mono
21
+        font-family: $mono
22
+
23
+a
24
+    &:hover
25
+        cursor: pointer

+ 1
- 0
vue-theme/src/sss/index.js ファイルの表示

@@ -1,3 +1,4 @@
1 1
 // Include all your *.sss Sugarss files
2 2
 import './_reset.sss'
3
+import './_typography.sss'
3 4
 import './_helpers.sss'

読み込み中…
キャンセル
保存