@savvy-css/border-garnishes
v0.2.0
Published
Border garnishes for Savvy CSS.
Downloads
5
Maintainers
Readme
Savvy CSS Border Garnishes
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.