Skip to content

Commit

Permalink
L'attribut rel peut très bien contenu plusieurs choses comme l'attrib…
Browse files Browse the repository at this point in the history
…ut class. Donc il ne faut pas une chaine précise mais un mot contenu.
  • Loading branch information
rastapopougros committed Oct 12, 2022
1 parent 07b9615 commit e006200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minitinytypo/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ a {

// External
// ➚ http://unicode-table.com/en/279A/
&[rel="external"] {
&[rel~="external"] {
&:after {
content: "";
}
Expand Down Expand Up @@ -78,7 +78,7 @@ a {

// Download
// ↧ http://unicode-table.com/en/21A7/
&[rel="download"] {
&[rel~="download"] {
&:after {
content: "";
}
Expand All @@ -89,4 +89,4 @@ a {

}

}
}

0 comments on commit e006200

Please sign in to comment.