mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
10 lines
155 B
SCSS
10 lines
155 B
SCSS
._phaser {
|
|
@extend %simple;
|
|
|
|
.type-signature, dt.tag-source {
|
|
color: #666;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.deprecated-notice { @extend %note; }
|
|
}
|