0.1.0 • Published 5 months ago

@hackingzhang/utility-css v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Utility CSS

CSS part of Tailwind CSS written in SCSS

How to use

  • with unpkg

    copy the following code into the head tag of your html file:

    <link
      rel="stylesheet"
      href="//unpkg.com/@hackingzhang/utility-css@0.1.0/dist/utility-css.full.min.css"
    />
  • self host

    copy css files under /dist to your project, then import it manualy.

Baisc build and full build version

Full build version contains all utilities, the size is about 508KB after compressed.

Basic build version is about 112KB after compressed, and does not includes the following utilities:

  • all accessibility utilities
  • all color palette related utilities

    Utilities like text-slant- or bg-yellow- is not included, but text-current, bg-white is. Generally, these color values are included in basic build: inherit, currentColor, transparent, black(#000) and white(#fff).

  • font-variant-numeric utilities

  • hyphens utilities
  • aspect-ratio utilities
  • break utilities
  • box-decoration-break utilities
  • isolation utilities
  • accent-color utilities
  • caret-color utilities
  • pointer-evnets utilities
  • resize utilities
  • scroll-margin utilities
  • scroll-padding utilities
  • scroll-snap-* utilities
  • mix-blend utilities
  • background-blend utilities
  • outline utilities
  • gradient utilities
0.1.0

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago