Skip to content
This repository was archived by the owner on May 17, 2020. It is now read-only.
This repository was archived by the owner on May 17, 2020. It is now read-only.

just clear anything outside of {} #2

@kaikaiiiiiii

Description

@kaikaiiiiiii

readme.md said that

Only use available and valid CSS properties – available properties listed below
Do this:
background-color: blue;
opacity: 0.5;
box-shadow: 0 10px 20px rgba(0,0,0,.13), 0 4px 7px rgba(0,0,0,.2);
Enter them as if you are already inside your selector

Don't do this:
.my-layer {
  background: blue;
  opacity: 0.5;
  box-shadow: 0 10px 20px rgba(0,0,0,.13),0 4px 7px rgba(0,0,0,.2);
}

but you can just clear anything outside of the {} symbol.

It's easy to do, and give us conveniency when pasting CSS codes

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions