Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 1012 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1012 Bytes

CSS

The set of DOM APIs for working with CSS.

Modules in this set can be imported individually or collectively.

// Import all modules
import * as CSS from '@web-native-js/play-ui/src/css/index.js';
let cssAsync = CSS.cssAsync;

// Import a module
import cssAsync from '@web-native-js/play-ui/src/css/cssAsync.js';

API