0.1.0-alpha.9 • Published 4 years ago

@guyn-style/patterns v0.1.0-alpha.9

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Patterns

Patterns can be handy for decorational use, thats why it doesn't come by default but you can enable them.

Define the colors and settings with css custom properties.

/* Sizing */
--pattern-size: 0.75rem;
--pattern-spacing: 0.2rem;

/* Color */
--pattern-color-primary: #1eb3e0;
--pattern-color-secondary: #460537;