You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps a better way to handle matching edge cases would be to specify the relative path of the CSS or SCSS file that the link tag should be matched with.
So for cache busting urls, or differing paths that have no easy resolution you would write: <link href="/media/main.css" takana-href="/styles/main.scss" />
Where /styles/main.scss is resolved starting with PATH in takana PATH
The text was updated successfully, but these errors were encountered:
Perhaps a better way to handle matching edge cases would be to specify the relative path of the CSS or SCSS file that the
link
tag should be matched with.So for cache busting urls, or differing paths that have no easy resolution you would write:
<link href="/media/main.css" takana-href="/styles/main.scss" />
Where
/styles/main.scss
is resolved starting withPATH
intakana PATH
The text was updated successfully, but these errors were encountered: