issues
search
joakimbeng
/
unistyle
Write modular and scalable CSS using the next version of ECMAScript
312
stars
11
forks
source link
api: accept raw objects as input
#7
Closed
queckezz
closed
9 years ago
queckezz
commented
9 years ago
now supports
#compile({src: { ... })
instead of just a file
also bumped ava for additional assertion methods (like
.ok()
,
.true
, ...)
joakimbeng
commented
9 years ago
Looking good! Thanks :)
#compile({src: { ... })
instead of just a file.ok()
,.true
, ...)