Skip to content

feat: allow to add custom style classes #3

@ximenesyuri

Description

@ximenesyuri

Description

During the rendering process, if we set __style__=True, then the style classes are automatically generated during the build. It would be interesting to allow the user to include its own classes.

Idea

To use a syntax like:

from app import config

config.custom_style = {
    "some_style": {
        "aliases": [],
        "style": ""
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    featNew feature or requestimpsome improvement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions