-
Jest encountered an unexpected token
This usually means that you are trying to import a file which Jest cannot parse, e.g. it's not plain JavaScript.
By default, if Jest sees a Babel config,…
-
When using jQuery to change the class of a "far" (or "fa-regular") icon, the prefix is changed to "fas"
```
toggle
```
-
I have an icon showing in a view, say detail.xml, but no matter how I change the fontSize of the related class in detail.tss, the icon size remain unchanged. Changing the icon is fine though.
Having…
-
Hi.
Is it possible to somehow implement an icon alias to be able to use a set of icons with the same name from different sources?
Example:
```js
import { FaQrcode, FaWifi, FaBluetoothB, FcNfcSig…
-
### Is your feature request related to a problem?
want to use an icon with a custom alias so that should the icon ever change the icon in the code base remains the same. no more find and replace and …
-
I used this implementation before
https://github.com/FezVrasta/bootstrap-material-design/tree/0.4.4/fonts
Font-size is 18px
![clip 2017-07-14 at 02 00 43](https://user-images.githubusercontent.com/…
-
Kommentarfeltet har det med å bli gigantisk. Dette medfører at tregere devices bruker lang tid på å rendre oppgavesiden (spesielt så lenge vi bruker client-side syntax highlighting).
Trenger noen i…
-
And also Linkedin, Email, and Skype :-)
-
I found pre-defined icons hard-coded in `data/SVG.toml`, they seems to be manually exported from font-awesome or other sources.
For example:
```
home = ''
```
Could you please add font-awesom…
-
I want to create a rating page with stars like in this demo:
https://www.jqueryscript.net/demo/Input-Field-Star-Rating-Plugin-jQuery/
However, since FA uses svg now I cannot easily toggle it. Atle…