summaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Collapse)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-72/+0
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-12/+11
|
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-051-1/+1
|
* fix even more testsUlrich-Matthias Schäfer2018-11-041-1/+1
|
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-011-0/+7
|
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-271-52/+48
|
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-16/+39
|
* Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-0/+2
| | | | | | This commit fixes most of the errors raised by standard. There is still a strange call error, but that will be the focus of the next commit
* The first half of the library complies with Standard lintingSaivan2018-02-271-10/+11
| | | | | | This commit reformats the code so that it complies with the standard linting style. Its currently a work in progress, but it is meant to pave the way for linting in the build process
* changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-11/+31
| | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix
* rename style to cssUlrich-Matthias Schäfer2017-04-221-0/+24