moxie-lean / ng-web-app

Front-end component of a web app based on the modular LEAN concept.
http://getmoxied.net/lean
MIT License
6 stars 0 forks source link

Remove the need to add autoprefix on development - Fix #85 #86

Closed mitogh closed 8 years ago

mitogh commented 8 years ago

Feature

More information: #85

More information: #85

No

adamf321 commented 8 years ago

A few considerations we should address before merging this:

mitogh commented 8 years ago

Ok.

  1. Both are considered.
  2. Prefixes are used for older versions where the rules were not on the standard at that point, and we shouldn't use a property or a CSS rule that only works on one browser since it's not going to work on browsers that are older and we support.
  3. Only if you are using old versions of browsers (talking in years)
    • Plus the autoprefixer is present during the build and not on the development phase.