Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.2.0 #79

Merged
merged 46 commits into from
May 13, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0ca071a
rename mixins named after html elements, close #50
Sep 10, 2013
2220e7a
nib integration
Oct 16, 2013
ccb1108
field fixes
Oct 17, 2013
d9e4687
clean up grid style
Oct 17, 2013
ba40249
stylus syntax bugfix, remove autoprefixer from core ref #90
Nov 10, 2013
7955ca3
remove animation module
Nov 12, 2013
d920038
a lot of cleanup begins
Nov 12, 2013
76987ea
remove round(), adjustments on glossy-button()
Nov 12, 2013
f996a10
a bunch of additional tests
Nov 14, 2013
621a9f1
a bunch of tests and reorganization
Nov 16, 2013
998abfc
convert input element mixins
Nov 18, 2013
4149029
removed duplicate zoom declaration from media mixin
zspecza Dec 12, 2013
f66156f
tests moving towards legitimacy
Jan 3, 2014
8eac2d7
code tests passing
Jan 3, 2014
e22206a
forms tests
Jan 3, 2014
de8b6f2
gradient tests
Jan 3, 2014
6ebc7de
interaction tests
Jan 3, 2014
6700524
tables tests
Jan 3, 2014
4c31ffc
typography tests
Jan 3, 2014
88a047f
ui tests
Jan 3, 2014
e18086a
utilities tests
Jan 5, 2014
4b57b94
vendor tests and cleanup full suite
Jan 5, 2014
a2bdf3d
update readme, license, and contributing
Jan 5, 2014
6643588
axis > axis-css
Jan 5, 2014
bd03dd1
add travis config
Jan 5, 2014
4dbe4f4
0.2.0-rc.1 :shipit:
Jan 5, 2014
74ea373
fix rounded mixin
Jan 5, 2014
9e17c9f
new color set, refinements to form mixins
Jan 6, 2014
be011cc
0.2.0-rc2 :shipit:
Jan 13, 2014
70b8109
add more info on the visual tests
Jan 13, 2014
33a6c4c
add vertically-align() utility
Jan 13, 2014
1dce8e3
Fix to converting base font size to percentage
Jan 16, 2014
a420d5d
0.2.0-rc3 :shipit:
Jan 19, 2014
c8841de
fix tables mixin
Jan 22, 2014
9187fc6
fix tests, now work cross-platform
Jan 22, 2014
4231710
Added image caching utility
zspecza Jan 18, 2014
de78ae2
clean up framework, put tests in place for some of the additive mixins
Jan 30, 2014
fb0ff3c
some small api changes
Feb 19, 2014
30e78b7
readme update
Feb 20, 2014
2734abf
change name to axis
May 2, 2014
386feb9
fix a small bug with the table code in recent stylus
May 13, 2014
229cb8f
update badges
May 13, 2014
e23ccd1
remove literal-join call in bg-retina mixin
joshrowley May 8, 2014
74ec6e5
don't set size for bg-retina if bg is repeated
joshrowley May 8, 2014
233442f
test bg-retina has no size if repeated bg
joshrowley May 13, 2014
d494923
0.2.0
May 13, 2014
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
node_modules
spec/results/*.png
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.10
14 changes: 0 additions & 14 deletions axis.js

This file was deleted.

Loading