Skip to content

Commit

Permalink
feat(tags): support amp-inputmask tag
Browse files Browse the repository at this point in the history
close #162
  • Loading branch information
farnabaz committed Sep 3, 2020
1 parent b95ae98 commit 1210e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function getTags (modifiers = {}) {
// amp-img is built-in component
// 'amp-img': { version: '0.1' },
'amp-imgur': { version: '0.1' },
'amp-inputmask': { version: '0.1', regex: /<[^>]*mask=[^>]*>/gi },
'amp-instagram': { version: '0.1' },
'amp-install-serviceworker': { version: '0.1' },
'amp-izlesene': { version: '0.1' },
Expand Down

0 comments on commit 1210e5d

Please # to comment.