@ulubit/foundations
v0.1.5
Published
Shared design foundations for UluBit-built applications.
Readme
@ulubit/foundations
Shared design foundations for applications built by UluBit.
The package provides project-independent color, typography, spacing, layout, shadow, motion, radius and breakpoint foundations as SCSS source.
Installation
pnpm add @ulubit/foundationsThe consuming application must support Sass.
Usage
Load the global foundations once from the application's main stylesheet:
@use "@ulubit/foundations";Load the breakpoint foundation in component styles where it is needed:
@use "@ulubit/foundations/breakpoints" as *;Public entry points
@ulubit/foundations@ulubit/foundations/breakpoints
