Major Release v2.0.0
Major Features
- border mixins are renamed and cosmetic styles are removed :
.border-vert(...)
now only affectsborder-width
, which now defaults to 0 - removes this package from the bower registry and provides support on how to install and use it with npm, whether you're developing your own package or deploying your own project
- less source files are separately compiled before being concatenated in xmeter.css
- xmeter.less no longer imports variables or mixins. to use a variable/mixin,
@import (reference)
the necessary file. - each tool is wrapped with id
#XMETER {}
. to use xmeter mixins in your project, call#XMETER .‹mixin›(...);
- To use xmeter variables in a selector, call
#XMETER .VARS();
before defining any properties -
out/
is ignored by git and npm - changes file names and locations
-
.sprite(@position; @iconsize; @iconpadd)
syntax is now DEPRECATED. Instead use this syntax:
.sprite([ horizontal | vertical ]; @position; @iconsize; @iconpadd)
Minor Features
- adds an npm script that loops through less source files and compiles each into a mini css file
- updates instructions in README file
- updates js coding style