bootstrap-5-migrate-tool
bootstrap-5-migrate-tool copied to clipboard
Improve Bootstrap link style regex
The regex correctly works on this:
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" rel="stylesheet" />
but not:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.css" />
Can we improve the regex to account for that?