aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dev
Commit message (Collapse)AuthorAgeFilesLines
* WIP - Plugin to override default template colorsArthurHoaro2019-07-081-3/+5
| | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312
* Add SASSLint makefile target, and run it in CIArthurHoaro2018-05-102-0/+27
Also move ESLint and SASSLint config files to a dedicated .dev folder