diff --git a/.gitignore b/.gitignore index 5da72ec272..4f1c485c27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .DS_Store *.sw[mpcod] + +.sass-cache/ \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 0000000000..1d7571020c --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,3 @@ +module.exports = function(grunt) { + +} \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..47a1887e95 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + + +all: release + +release: + @sass -I scss/ scss/framework-structure.scss:dist/framework-structure.css + @sass -I scss/ scss/framework-theme-default.scss:dist/framework-theme-default.css \ No newline at end of file diff --git a/dist/framework-structure.css b/dist/framework-structure.css new file mode 100644 index 0000000000..c4c739b548 --- /dev/null +++ b/dist/framework-structure.css @@ -0,0 +1,15 @@ +@charset "UTF-8"; +html { + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; } + +body { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + font: 14px/1.25 "Helvetica Neue", sans-serif; } + +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } diff --git a/buttons.html b/dist/framework-theme-default.css similarity index 100% rename from buttons.html rename to dist/framework-theme-default.css diff --git a/grid.html b/example/buttons.html similarity index 100% rename from grid.html rename to example/buttons.html diff --git a/listview.html b/example/grid.html similarity index 100% rename from listview.html rename to example/grid.html diff --git a/example/index.html b/example/index.html index b1dc976849..86e0c8003f 100644 --- a/example/index.html +++ b/example/index.html @@ -1,7 +1,7 @@
- +