mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
cf0f7da5b2
This reverts commit 1b58ff1ac0
.
3 lines
90 B
Text
3 lines
90 B
Text
._hide-in-development {
|
|
<%= App.environment != :production ? 'display: none;' : '' %>
|
|
}
|