No commit activity in last 3 years
No release in over 3 years
Simplified installation of jQuery Mobile for Compass users
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.10.6
 Project Readme

jQuery Mobile for Compass

A port of the existing jQuery Mobile CSS file into SASS.

This is currently for the Alpha release of jQuery Mobile. It will be updated as and when the jQuery team release more versions.

Where possible the theme elements have been kept inline with the jQuery Mobile rules, so that maintenance of rules in the future will be simple and also makes users new to this project find the cross over easy.

Install

From the command line:

gem install compass-jquery-mobile-plugin
cd my_compass_project

Add the following to your compass configuration:

require 'compass-jquery-mobile-plugin'

The run from the command line:

compass install jquery-mobile

To one of your sass stylesheets to import the jquery-mobile styles add:

@import 'jquery-mobile'

Information

CURRENT RELEASE

jQuery Mobile 1.0a2 (Alpha 2)

WORK DONE SO FAR

  • The themes have been separated out into partials
  • Themes have been tidied a bit with mixins, whilst keeping the basic jQuery Mobile rules in place
  • Compass has been brought in to remove as much maintenance of vendor specific css

TODO

  • More tidying of non-theme related rules. e.g. better use of mixins and variables
  • Add more customisation of theme options. So far only done what is required for own projects

NOTE

Using git-flow to have a consistent usage of git