Releases: space150/spaceBase
Releases · space150/spaceBase
v4.3.0
- Add additional island classes.
- Update button styles.
- Add balanced text wrapping to headings.
- Remove link underline styles.
- Remove support for IE10/11.
- Remove placeholder mixin with vendor prefixes.
v4.2.0
- Replace / divider with math.div().
- Allow images with width/height attributes to remain fluid.
- Remove i rule.
v4.1.0
- Add sass npm scripts for compilation.
- Remove CSS Reset option.
v4.0.1
- Update to Normalize.css 8.0.1.
v4.0.0: Flexbox Grid System
- Refactor grid system to use flexbox instead of floats.
- Remove media object.
- Remove support for IE8/9.
- Update form styles.
- Update to Normalize.css 8.0.0.
v3.0.1
- Fix styleguide.scss compile issue.
v3.0.0
- Replace rem() mixin with rem function.
- Calculate $base-spacing-unit once.
- Add padding mixins.
- Add plain anchor helper.
- Add landmarklet class.
- Update form styles for better cross browser uniformity.
- Populate styleguide color swatches dynamically.
- Update to Normalize.css 5.0.0.
v2.0.1
- Fix compilation issue with libsass
v2.0.0
- Replace
media-query()
mixin with media()
mixin
- Remove support for IE 6 and 7
- Remove dependency on Compass
- Move island, lists, and media partials into UI folder
- Update to Normalize.css 3.0.3
- Documentation!
v1.0.1
- Add table helper classes.
- Add variable for heading font.
- Update to Normalize.css 3.0.2.
- Normalize form elements with latest Bootstrap changes.