docusaurus/website/_dogfooding/clientModuleCSS.css
2022-01-15 16:33:09 +08:00

11 lines
298 B
CSS

/**
* 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.
*/
/* Used to test CSS insertion order */
.test-marker-site-client-module {
content: 'site-client-module';
}