Skip to content

Commit

Permalink
Use '::' for CSS pseudo-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jun 16, 2021
1 parent 17e8307 commit 2551c82
Show file tree
Hide file tree
Showing 3 changed files with 1,926 additions and 1,926 deletions.
2 changes: 1 addition & 1 deletion css/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@mixin material-icon($name, $pseudo: 'before') {
$codepoint: map-get($material-icons-codepoints, $name);

&:#{$pseudo} {
&::#{$pseudo} {
content: material-icons-content($codepoint);
}
}
Loading

0 comments on commit 2551c82

Please sign in to comment.