@nextrap/style-base
v1.1.14
Published
Defines the core css variables and container width. This package will not add any styles or classes to the document.
Downloads
120
Readme
style-base
Defines the core css variables and container width. This package will not add any styles or classes to the document.
Usage
Include the style-base package in your main document's stylesheet. The package provides both, scss sources
and a compiled css file.
To work and modify themes of scss use the scss sources:
@use '@nextrap/style-base' with (
$primary: $primary,
$accent: $accent
);This will set up the core design tokens and responsive container widths for your application.
Notes
Important: This package must not be included in the shadow DOM of components. Add it to the main document's style only once.
