v0.12.0-beta
v0.12.0-beta #
Add
variant.update()
to use insteadvariant.modify()
. 69af150Update
variant.create()
to have functionality to add full variant. a76c8ceUpdatevariant.modify()to use$modifierargument to modify, useupdatesub module, and addvariant.update()alias name.410cc51Update
class/variant
to use@each
mixin andupdate.property()
function fromvariant
module. 1230281Add
list.each()
mixin. 6a7c2feAdd
class/affix
sub module to handle class affixes. b4a49d1Update
class.variant()
to use$key
innest()
when its length > 0 and useupdate.property()
fromvariant
module. 1e8a29cAdd
list.update()
function to update$list
by providednth-value
pairs ofmap
orlist
type. 104abd7Add
map.get-any()
function to get the value from any key where value is notnull
. cef2405
v0.11.1-beta #
Update
color.variant()
use$modifier
argument in theclass.variant()
. dd72913
v0.11.0-beta #
Update
class.variant()
by adding$modifier
argument to modify class and property. 89f34e3Update
property.variant()
to usevalues.join()
function and add$modifier
argument to modify class and property. c8c8f5bUpdate
property.name()
function to remove empty lists from$name
. 21ef23aUpdate
class.variant()
function to usevalues.join()
and update spec. 7d0c18eUpdate
variant.combine()
to usevalues.join()
and use and update spec. 5afd3c2Add separate mixins in
class/variant
to create class variant and update spec. e8d08d3Add
values.join()
wrapper function. 971af80Add
list.merge()
function to merge smaller$list2
into$list1
. 9788cb3
v0.10.0-beta #
Update
dictionary
useobject wrapper
functions and update spec. a68ed19Update
dictionary
by addingcall()
function to use as separate object. a349181Update
object.use()
by simply assign value. 83835d9Update
object
by using internalmap.set()
in theobject.create()
andobject.set()
. 066b449Add
object.wrapper
functions in combination withobject.call()
function to use as different objects. df03e46
v0.9.4-beta #
Fix
color
module mixinscolor.background-color()
,color.background()
, andcolor.color()
by removing$selector
argument not in use. 8884903
v0.9.3-beta #
Fix
color/mixins
by using function from functions and update imports. 159a652
v0.9.2-beta #
Remove function from
color/mixins
. b7ff1af
v0.9.1-beta #
Fix by adding
media
to ng-package assets. 5da60de
v0.9.0-beta #
Add
color.scheme-has()
function to check whether value hasdark
,light
, ornormal
string. a4b9f63Add color mixins to set color CSS variable and CSS property. ed33bb0
Fix
list.remove-value()
function by using separator from$list
in the returned result. 0c35160
v0.8.0-beta #
Add
object.destroy()
to remove object. 127c5e4Update
translator/dictionary
module to useobject
module. ae50b2aUpdate
object.set()
function to return$name
on$name
equal toobject.$name
. 3e2f9b8Add
object.has-key()
function to check the key in any object. 25b7bffAdd
object.get-key()
function to get key object of$name
and$key
. c05d520 112747d
v0.7.0-beta #
Fix
map.set()
- add checking whether$key
is comma-separated list to have ability to add space separated keys. 1d46564Add
query
module to search inlist
by using query. 3e2c20cAdd
map.is()
function to check whether the$value
ismap
of optionally$length
. 1a3c52c
v0.6.1-beta #
Fix
color.hsla-color()
andcolor.retrieve()
by removingvalues.map
import and changevalues.map
tolist.to-map()
. e8fe993
v0.6.0-beta #
Fix
property.variant()
passing$dictionary
argument by adding map(dictionary: $dictionary)
. df48216Update
selector.class()
functionality to retrieve dictionary from$dictionary
if keyclass
is found. ae518d4Update
var.name()
functionality to retrieve dictionary from$dictionary
ifvar
is found. f3e5c83
v0.5.1-beta #
Fix
function.call-arglist()
by adding$arguments
to the$arglist
by using onlylist.append()
function and checking if$arglist
is space-separated list. fd90100
v0.5.0-beta #
Update
property
module to handle arguments to usevar.get()
function dictionary. d28f797Fix
dictionary/v1.0.0
purge$dictionary
map variable. 5acab9f
v0.4.1-beta #
Add
property.variant()
to theindex
. 8c16e87Fix
class.variant()
by checking$attribute
against emptylist
. 9280a21Fix
property.variant()
function by adding arguments to properly call retrieved functions. 96bcb0aFix unnecessary imports, and use
property.property()
inproperty.variant()
. 213d174
v0.4.0-beta #
Add color module which extends
sass:color
module with functions to sethsla()
color andscheme
sub module to checkcolor-scheme
. d596d48Add function module to handle calling functions in
list
asstring
,map
orlist
type. 5dbd420Add property module to set CSS properties with functions. 79dccba
Add selector module sets selectors split into words(optionally translated). a165ed8
Add
list.extract-map()
,list.replace-string()
,list.replace()
,list.swap()
, andlist.to-map()
functions. 66fdaef 22f37e6 1b37c23 8c27019Add
map.merge-allowed()
function to merge allowed keys. 07e2904Add
math.sort()
function to sort numbers. 99484a6Add
meta.call-arglist()
function to call functions with comma-separated list as arguments and space-separated as argument. 0c0b0a0Add
string.to-map()
to transformstring
tomap
andstring.unquote()
to unquote on$execute
.Add different(easier) translator(1.0.0) with global dictionary, not exported by default. 35b3663
Add var module with
var.adjust()
var.css()
var.get()
var.is()
var.name()
var.negative()
andvar.unit()
functions, andvar.set()
mixin. 16bdb40 51f7f17 d3ace9fUpdate
comparison.compare()
to indicate map length as deprecated. 3969b97Update
meta.of-type()
function to handle multiple types. cf31bb2Update
string.split()
to have ability to unquote returned string, and separator as multiple words instead of only one character. 62c693c b8feda9 d0f372dUpdate
values.combine()
by changing the way of providing parameters. ab77370Fix
list.append()
fix not proper adding$val
space separated. 99c618bFix
list.join()
function to properly add bracketed. 928914aFix
list.remove-list()
change function name from not existinghas-type()
tohas.type()
. b3b5d55Fix
map.pick-pattern()
by updating usestring.replace()
function. ab8263a
v0.3.0-beta #
Last updated