bootstrap-rubygem icon indicating copy to clipboard operation
bootstrap-rubygem copied to clipboard

Document recommended Autoprefixer `browsers` setting

Open cvrebert opened this issue 8 years ago • 2 comments

X-Ref: https://github.com/twbs/bootstrap-sass/pull/995

cvrebert avatar Dec 16 '15 07:12 cvrebert

If you are using Rails, autoprefixer is already set up.

Does that mean that it's included? or do we still need it as a gem but not worry about configuring it?

ghost avatar Mar 20 '17 01:03 ghost

@ClaudioCarmeli It is already set up but uses the default browsers setting, which does not support some old browsers. The autoprefixer default is > 1%, last 2 versions, Firefox ESR.

The Bootstrap 4 default is different.

We should link to the Bootstrap 4 defaults and autoprefixer(-rails) docs in the documentation.

glebm avatar Mar 20 '17 02:03 glebm