We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c310f commit 9353754Copy full SHA for 9353754
index.html
@@ -49,6 +49,7 @@
49
<h1>Parse CSS and Convert to PHP Array</h1>
50
51
<p>for convert icon font css to php array like flaticon / fontawesome etc.</p>
52
+ <p><small><a href="https://github.com/EmranAhmed/vue-generate-php-font-array">Github</a></small></p>
53
54
<label>
55
<input type="radio" v-model="prefix" @change="beforeClassPrefix" before="" value="flaticon-"> Flat Icon
@@ -61,8 +62,11 @@ <h1>Parse CSS and Convert to PHP Array</h1>
61
62
</label>
63
<textarea v-model="css" cols="30" placeholder="Paste Icons CSS" rows="10"></textarea>
64
<textarea v-show="php" readonly v-model="php" cols="30" rows="10"></textarea>
65
+
66
67
</div>
68
69
70
<script src="vue.min.js"></script>
71
<script src="script.js"></script>
72
</body>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments