Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Nov 10, 2013
1 parent 0b9cc54 commit 85f9d1c
Show file tree
Hide file tree
Showing 86 changed files with 8,172 additions and 6,345 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ of the website. That's annoying!
and coded to be as lightweight as possible to prevent the need to undo styles set by the framework itself and allow developers to write efficient code.
Most CSS styles are there to simply normalize behaviour across devices or provide hooks for further styling.

Responsive is tiny. The combined CSS and JavaScript is **only 14kb minified and gzipped**. (42kb minified.), but there is a lot of functionality built into the framework.
Responsive is tiny. The combined CSS and JavaScript is **only 29kb minified and gzipped**, but there is a lot of functionality built into the framework.
It's designed to be dropped-in, as-is to your website such as you would with normalize.css.

Browser support covers IE8+ as well as all other modern browsers.
6 changes: 0 additions & 6 deletions builder/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ start /b cruncherconsole.exe -in:..\..\src\css\responsive.css -out:..\..\rel\res
echo Building responsive.min.css
start /b cruncherconsole.exe -in:..\..\src\css\responsive.css -out:..\..\rel\responsive.min.css -t:css -m

echo Building responsive-legacy.css
start /b cruncherconsole.exe -in:..\..\src\css\responsive-legacy.css -out:..\..\rel\responsive-legacy.css -t:css

echo Building responsive-legacy.min.css
start /b cruncherconsole.exe -in:..\..\src\css\responsive-legacy.css -out:..\..\rel\responsive-legacy.min.css -t:css -m
echo.
echo CSS build complete.

Expand All @@ -42,4 +37,3 @@ echo.
echo.

echo All builds complete, check the rel folder for output.
PAUSE
Loading

0 comments on commit 85f9d1c

Please sign in to comment.