Skip to content

Frontsize LESS

Latest
Compare
Choose a tag to compare
@vitto vitto released this 30 Mar 13:53
· 4 commits to master since this release

Release 2.7.3 details

Features

  • added spritePosition now get sprite size properties automatically without the need to pass them manually
  • added missing column-fill CSS3 prefixes
  • added flex CSS3 prefixes
  • added grid CSS3 prefixes
  • added new grid system addFlexGridContainer and addFlexGridColumns
  • added new grid system for texts addTextColumnGrid and addTextColumnGrid which can emulate also Pinterest boards
  • added tone mixin to tone colors easily
  • added viewport-height state selector
  • added fonts folders and added app var @path-font
  • added selective viewport-clear rule for every viewport group

Fixes

  • optimized tons of core code
  • fixed missing default font-size for headings
  • fixed padding rule names with new naming convention
  • fixed missing default font-weight and font-size on base body
  • moved spriteRetina mixin to a new file sprite-retina.less like with background-retina.less and background retina mixins
  • replaced filenames _ with - for more file naming consistance
  • optimized asTable mixin now can skip width property

Changes

  • renamed float grid system mixins with more clear names
  • moved grid mixins to grids core folder
  • changed .map files now are based on CSS names automatically
  • changed addFontRule mixin now is more easy to use
  • changed float grid private mixins naming convention to be more easy to be recognized
  • optimized background retina mixins, removed useless duplicate code now works smarter
  • optimized font-smoothing mixin now can skip apply font-smoothing property when is the default value
  • optimized mixins spriteRetina and size now skips box-sizing duplicates inside retina media query
  • changed column rules mixin names to new ones where is specified the grid type addFlexGridContainer and addFlexGridColumns
  • changed fallbackColor automatic fallback with a mix with a app color
  • removed extra folder
  • changed image folder var name from @root-path to @path-img to introduce @path-font