質問編集履歴

1

2016/08/02 07:45

投稿

mido
mido

スコア14

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,23 @@
15
15
  jqueryまたは、styleタグにscoped属性を付けることで解決できるものなのでしょうか?
16
16
 
17
17
  知っている方がいましたらご教授下さい。
18
+
19
+
20
+
21
+ こんな感じはダメでしょうか?
22
+
23
+
24
+
25
+ <div class="example">
26
+
27
+ <style scoped>
28
+
29
+ * { all: initial }
30
+
31
+ @import url('newStyle.css');
32
+
33
+ </style>
34
+
35
+ <input type="example" value="送信">
36
+
37
+ </div>