JSPM

@savvy-css/border-garnishes

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q25167F
  • License MIT

Border garnishes for Savvy CSS.

Package Exports

  • @savvy-css/border-garnishes

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@savvy-css/border-garnishes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Savvy CSS Border Garnishes

Latest NPM release Dependencies Dev Dependencies License

Border garnishes for Savvy CSS.

Installation

You can install this package using yarn:

yarn add --dev @savvy-css/border-garnishes

... or using NPM:

npm install --save-dev @savvy-css/border-garnishes

Usage

Within a project that's capable of importing CSS, simply import the module by its package name within your own CSS:

@import "@savvy-css/border-garnishes";

Importing this module will add its properties to your project. To override them, simply define them in any portion of your CSS that's imported/processed later.

Using Custom Properties

You'll notice that some rules attempt to reference a custom CSS property before falling back to a default value. This allows you to override the defaults by defining these properties within your own project.

⚠️ Be sure to define your properties before this module is imported.