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

PostCSS Plugins & Browser Support #28

Open
charliewilco opened this issue Nov 4, 2016 · 1 comment
Open

PostCSS Plugins & Browser Support #28

charliewilco opened this issue Nov 4, 2016 · 1 comment
Milestone

Comments

@charliewilco
Copy link
Owner

Needs an uncompiled version (that's concatenated)
Might reconsider cssnext for two or three plugins

  • calc(), rem and var() have reasonable browser support
  • custom properties should have a fallback along side their declaration
a {
   color: #147AAB;
   color: var(--blue, #147AAB);
}

Features to dive into

  • Custom Selectors
  • Custom Media Queries
  • @apply
  • color() function
@charliewilco charliewilco added this to the Version 3.0 milestone Nov 4, 2016
@charliewilco
Copy link
Owner Author

removing color function

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

No branches or pull requests

1 participant