Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Companion aliases #24

Open
kizu opened this issue Nov 23, 2011 · 0 comments
Open

Companion aliases #24

kizu opened this issue Nov 23, 2011 · 0 comments

Comments

@kizu
Copy link
Member

kizu commented Nov 23, 2011

One minor improvement can be the following: for many properties there can be “fallbacks” or extras, that need to be expanded along with some properties:

  • dib to

    display: -moz-inline-stack;
    display: inline-block;
    
  • clip to

    clip: (auto auto auto auto);
    clip: (auto,auto,auto,auto);
    
  • etc.

It's not something crucial, but it would nice to have a way to make such things in feature.

@ghost ghost assigned TheBits Nov 23, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants