mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-24 12:02:22 -06:00
9 lines
179 B
CSS
9 lines
179 B
CSS
a {
|
|
/* transition */
|
|
transition: all 1s;
|
|
height: calc(/* comment before */100% - /* comment inside */ 10px/* comment after */);
|
|
}
|
|
|
|
/* placeholder */
|
|
::placeholder { }
|