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

just clear anything outside of {} #2

Open
kaikaiiiiiii opened this issue Jan 19, 2015 · 1 comment
Open

just clear anything outside of {} #2

kaikaiiiiiii opened this issue Jan 19, 2015 · 1 comment

Comments

@kaikaiiiiiii
Copy link

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

@jodyheavener
Copy link
Owner

Totally! All in due time, my friend 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants