UNPKG

@bakung-ui/bakung.css

Version:

A modern, lightweight, zero-JS composable HTML-UI library designed for those who build on desktop and aim for mobile

25 lines (19 loc) 455 B
@charset "UTF-8"; /** * * Entry file to merge css files. * * This file is editable. * * // Import the entire package's main file (if defined in package.json style/main fields) * @import "my-npm-package"; * * // Import a specific file from the package * @import "my-npm-package/path/to/specific/file.css"; * */ @layer base, ui; @import "./_variables.css"; @import "./_styles.css"; @import "./_helpers.css"; @import "./_utilities.css";