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

take advantage of more stylus features #60

Open
Georgette opened this issue Apr 5, 2016 · 0 comments
Open

take advantage of more stylus features #60

Georgette opened this issue Apr 5, 2016 · 0 comments

Comments

@Georgette
Copy link
Contributor

This isn't really that important, but for anyone looking to learn a preprocessor language (we use stylus), this might be fun.

using this site as a reference on which css3 properties still require vendor prefixes, I'd like to see some mixins generated

for example, although vendor prefixes is no longer needed for this property

Mixin for border-radius

border-radius(radius)
  -webkit-border-radius radius
  -moz-border-radius radius
  border-radius radius

used by doing:

border-radius(5px)

Also, I'd like see more use of features like @extend, and whatever feels nice. You can get crazy concise with these things, but its not necessary as it all compiles the same :)

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

1 participant