wip
This commit is contained in:
parent
1464df57fa
commit
986780a39a
3 changed files with 7 additions and 5 deletions
|
@ -14,7 +14,7 @@ fontawesome.library.add(brands);
|
|||
|
||||
export const pattern = /%fa:(.+?)%/g;
|
||||
|
||||
export const replacement = (_, key) => {
|
||||
export const replacement = (match, key) => {
|
||||
const args = key.split(' ');
|
||||
let prefix = 'fas';
|
||||
const classes = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue