-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Compass or Bourbon (or other)? #3
Comments
I'm up for Bourbon if it keeps all the prefixing nice and simple |
Both are great from what I know. I have however only used Bourbon, since it's integrated by default in Prepos, and I was very pleased with it so I'd recommend it. |
Does Bourbon handles the correct -prefixes- inside "prefixed keyframes"? Which is the hardest part to deal with. |
I typically use Compass, but since Compass doesn't have animation/keyframe mixins at the moment in stable I'd lean toward Bourbon. Bourbon is built into CodeKit as well, for contributors wanting to use that. |
I personally prefer Compass since both Compass and Sass teams work together (while Bourbon is a side project). But it really doesn't make much difference in the end. Actually, we should pick the one with the best support for @Keyframes animations. |
Autoprefixer We shouldn't have to care about prefixes. |
autoprefixer is certainly my favorite for dealing with prefixes. That then opens the question on if there is authoring advantage to variables and mixins beyond the prefix work. edit: there is definitely authoring advantage. |
I vote for this. |
autoprefixer for those that don't know..
We can do a Sass ➡️ autoprefixer workflow, no problem. I think that's a great idea. |
autoprefixer sounds great! |
@paulirish I have no experience with autoprefixer, will this do keyframes aswell? |
So basically we just have to write Sass without thinking about prefixes and we're good? |
autoprefixer sounds good to me too, but I have no experience there. Does that mean we should/need to go Grunt? |
yes, you give autoprefixer this CSS: See https://github.com/ai/autoprefixer/tree/master/test/cases for more
nah not neccessary yet. we may evolve to a workflow that includes grunt, but let's add that barrier to entry when we need to :) |
Allright autoprefixer sounds great. |
The only issue that I've run into with autoprefixer is sourcemaps. In that I don't know of a way to get both at the same time. |
Good call.. That's being tracked here: postcss/autoprefixer#37 |
Yo. Autoprefixer. In master. |
We moved to Grunt to do it because there was to Guard plugin for autoprefixer. Probably better moving forward anyway. Autoprefixer is being kinda whack though in what it's prefixing. We need to tweak the config to get it just right. Will make new thread for that. |
We kinda have to pick since we really need prefixing help.
The text was updated successfully, but these errors were encountered: