Skip to content

Version 1.9.1 - February 18, 2015

Compare
Choose a tag to compare
@jlukic jlukic released this 19 Feb 00:26
· 3073 commits to master since this release

LESS Changes

Importing individual components into other less files now requires scoping. This is to prevent issues with variable scope that cannot be resolved inside definitions.

/* Import a specific component */
& { @import 'src/definitions/elements/button'; }

Importing semantic.less still does not require any special syntax
@import 'src/semantic';

Bugs

  • Fixed issue directly importing semantic.less caused by variable scoping in .loadOverrides().
  • Fix bug where equal height row could not be centered, or less than full width