astrogoat/fictionary

Fictionary sections for Strata

Fund package maintenance!
astrogoat

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Blade

2.0.2 2024-12-22 17:11 UTC

This package is auto-updated.

Last update: 2024-12-22 17:12:37 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Fictionary is a collection of sections that can be used in your project.

Installation

You can install the package via composer:

composer require astrogoat/fictionary

Customization

You can define your own accent colors by defining CSS variables for scale of accent colors.

If you're using Tailwind you’ll need to define those variables as just the color channels if you want them to work with the opacity modifier syntax. See Tailwind documentation for more information.

html body {
    --fictionary-accent-color-50: 242 253 250;
    --fictionary-accent-color-100: 213 250 241;
    --fictionary-accent-color-200: 174 244 228;
    --fictionary-accent-color-300: 134 231 212;
    --fictionary-accent-color-400: 104 209 191;
    --fictionary-accent-color-500: 85 181 166;
    --fictionary-accent-color-600: 67 146 136;
    --fictionary-accent-color-700: 53 116 110;
    --fictionary-accent-color-800: 43 93 89;
    --fictionary-accent-color-900: 37 77 74;
    --fictionary-accent-color-950: 18 46 46;
}

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.