@maltjoy/css

4.8.0 • Public • Published

@maltjoy/css

This package contains a set of CSS utilities that implements most of @maltjoy/themes tokens.

It allows to style more easily your elements without having to deal with stylesheets.

Available tokens modules:

  • colors
  • fonts
  • elevations (box-shadow)
  • spacing
  • radius

Naming convention

Basically, HTML classes have the same naming convention than the CSS custom property it implements:

.joy-color-neutral-30 {
    color: var(--joy-color-neutral-30);
}
.joy-font-size-primary-400 {
    font-size: var(--joy-font-size-primary-400);
}

Readme

Keywords

none

Package Sidebar

Install

npm i @maltjoy/css

Weekly Downloads

5,794

Version

4.8.0

License

MIT

Unpacked Size

30.3 kB

Total Files

12

Last publish

Collaborators

  • kevin_carnaille
  • malt-ops
  • nicolaspayot