Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow position top initial #318

@eddiemonge

Description

@eddiemonge

Default for positioning properties is not 0 but initial.

Specifying relative top initial produces:

position: relative;
top: 0;
initial: 0;

instead of

position: relative;
top: initial;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions