| /** | |
| * Copyright (c) Facebook, Inc. and its affiliates. | |
| * | |
| * This source code is licensed under the MIT license found in the | |
| * LICENSE file in the root directory of this source tree. | |
| */ | |
| @media (min-width: 997px) { | |
| /* Prevent hydration FOUC, as the mobile TOC needs to be server-rendered */ | |
| .tocMobile { | |
| display: none; | |
| } | |
| } | |
| @media print { | |
| .tocMobile { | |
| display: none; | |
| } | |
| } |