lemonmade / bigfoot

A jQuery plugin for creating exceptional footnotes.
http://www.bigfootjs.com
MIT License
936 stars 69 forks source link

Update bigfoot-popover.scss #43

Closed Wolfr closed 9 years ago

Wolfr commented 9 years ago

Fixes #42

lemonmade commented 9 years ago

Hi Johan,

The base Sass stylesheets for Bigfoot have lots of instances of the transform, none of which are prefixed. This is because Bigfoot uses Autoprefixer as part of its build system (see https://github.com/lemonmade/bigfoot/blob/master/Gruntfile.coffee#L63), which automatically adds all required vendor prefixes in the rendered CSS.

For someone building a custom theme, I recommend either a) using the Sass files and adding Autoprefixer or something similar to your build system so that all prefixes are added automatically, or b) base your modifications on the CSS in the dist directory, which have all the prefixes added.