2021-12-30 08:26:26 -05:00
|
|
|
/**
|
|
|
|
|
* 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 {
|
2022-01-15 03:33:09 -05:00
|
|
|
content: 'site-client-module';
|
2021-12-30 08:26:26 -05:00
|
|
|
}
|