lipis / bootstrap-sweetalert

:cake: A beautiful "replacement" for JavaScript's alert ⛺
https://lipis.github.io/bootstrap-sweetalert/
MIT License
2.1k stars 503 forks source link

Make more use of less mixins #54

Closed alekitto closed 8 years ago

alekitto commented 8 years ago

This simplifies the animation less file (i've also ported two animations i've missed while syncing from sweetalert).

Also, use of Autoprefixer should be considered to simplify current css

It fixes #47

lipis commented 8 years ago

That was by design.. http://caniuse.com/#feat=transforms2d

lipis commented 8 years ago

https://github.com/t4t5/sweetalert/pull/142

alekitto commented 8 years ago

Didn't notice that. I've removed -moz prefixed rules

lipis commented 8 years ago

my point is that we don't really need anybof those.. as they are pretty much supported in out of the box in the latest versions

alekitto commented 8 years ago

Thinkin' about this: probably you're right. Do you think we should remove all the prefixed version of the css rules? In case someone need to support old browsers can use autoprefixer in its build pipeline

lipis commented 8 years ago

Exactly.. we should look forward :D and most of the browsers updating automagically these days.. :)

alekitto commented 8 years ago

Ok. I'll open another one to remove prefixed css rules