compass
https://github.com/chriseppstein/compass
CSS
Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
Compass::Core::SassExtensions::Functions::CrossBrowserSupport#compare_browser_versions
Compares two browser versions. Returning: * 0 if they are the same * <0 if the first version is less than the second * >0 if the first version is more than the second
Edit
git clone [email protected]:chriseppstein/compass.git
cd compass
open core/lib/compass/core/sass_extensions/functions/cross_browser_support.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Compass--Core--SassExtensions--Functions--CrossBrowserSupport-compare_browser_versions-for-pr
# Commit to gitgit add core/lib/compass/core/sass_extensions/functions/cross_browser_support.rbgit commit -m "better docs for Compass::Core::SassExtensions::Functions::CrossBrowserSupport#compare_browser_versions"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Compass--Core--SassExtensions--Functions--CrossBrowserSupport-compare_browser_versions-for-pr
hub pull-request
# Celebrate!