Skip to content

Duplicated resize property of textarea #4

@baseballyama

Description

@baseballyama

I'm not familiar with CSS, but below code duplicating is correct?

I think it should be like this?

 :where(textarea) { 
 	resize: vertical;
 } 

:where(textarea) {
resize: vertical;
resize: block;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions