@tbela99/css-parser
    Preparing search index...

    Interface PropertiesConfigProperties

    interface PropertiesConfigProperties {
        "border-bottom-color": BackgroundPositionClass;
        "border-bottom-left-radius": BackgroundPositionClass;
        "border-bottom-right-radius": BackgroundPositionClass;
        "border-bottom-style": BackgroundPositionClass;
        "border-bottom-width": BackgroundPositionClass;
        "border-color": BorderColor;
        "border-left-color": BackgroundPositionClass;
        "border-left-style": BackgroundPositionClass;
        "border-left-width": BackgroundPositionClass;
        "border-radius": BorderRadius;
        "border-right-color": BackgroundPositionClass;
        "border-right-style": BackgroundPositionClass;
        "border-right-width": BackgroundPositionClass;
        "border-style": BorderColor;
        "border-top-color": BackgroundPositionClass;
        "border-top-left-radius": BackgroundPositionClass;
        "border-top-right-radius": BackgroundPositionClass;
        "border-top-style": BackgroundPositionClass;
        "border-top-width": BackgroundPositionClass;
        "border-width": BorderColor;
        bottom: BackgroundPositionClass;
        inset: BorderRadius;
        left: BackgroundPositionClass;
        margin: BorderRadius;
        "margin-bottom": BackgroundPositionClass;
        "margin-left": BackgroundPositionClass;
        "margin-right": BackgroundPositionClass;
        "margin-top": BackgroundPositionClass;
        padding: BorderColor;
        "padding-bottom": BackgroundPositionClass;
        "padding-left": BackgroundPositionClass;
        "padding-right": BackgroundPositionClass;
        "padding-top": BackgroundPositionClass;
        right: BackgroundPositionClass;
        top: BackgroundPositionClass;
    }
    Index

    Properties

    "border-bottom-color": BackgroundPositionClass
    "border-bottom-left-radius": BackgroundPositionClass
    "border-bottom-right-radius": BackgroundPositionClass
    "border-bottom-style": BackgroundPositionClass
    "border-bottom-width": BackgroundPositionClass
    "border-color": BorderColor
    "border-left-color": BackgroundPositionClass
    "border-left-style": BackgroundPositionClass
    "border-left-width": BackgroundPositionClass
    "border-radius": BorderRadius
    "border-right-color": BackgroundPositionClass
    "border-right-style": BackgroundPositionClass
    "border-right-width": BackgroundPositionClass
    "border-style": BorderColor
    "border-top-color": BackgroundPositionClass
    "border-top-left-radius": BackgroundPositionClass
    "border-top-right-radius": BackgroundPositionClass
    "border-top-style": BackgroundPositionClass
    "border-top-width": BackgroundPositionClass
    "border-width": BorderColor
    margin: BorderRadius
    "margin-bottom": BackgroundPositionClass
    "margin-right": BackgroundPositionClass
    padding: BorderColor
    "padding-bottom": BackgroundPositionClass
    "padding-left": BackgroundPositionClass
    "padding-right": BackgroundPositionClass