Skip to content

Guide

Imports

The entry point for all CSS imports. This is where everything starts.

css
@layer openprops, normalize, theme, components.root, components.extended, utils;

/* Open Props */
@import "../../open-props.css";

/* Normalize */
@import "../../core/normalize.css";

/* Theme */
@import "./theme.css";

/* Components */
@import "./components.css";

/* Utils */
@import "../../core/utils.css";
css
@layer openprops, normalize, theme, components.root, components.extended, utils;

/* Open Props */
@import "../../open-props.css";

/* Normalize */
@import "../../core/normalize.css";

/* Theme */
@import "./theme.css";

/* Components */
@import "./components.css";

/* Utils */
@import "../../core/utils.css";