@lwc/style-compiler
Version:
Transform style sheet to be consumed by the LWC engine
10 lines (8 loc) • 317 B
text/typescript
/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
export const HOST_ATTRIBUTE = '__hostAttribute__';
export const SHADOW_ATTRIBUTE = '__shadowAttribute__';