catberry / catberry-assets

Plugin for Catberry Framework that builds assets for every cat-component using Gulp.
Other
5 stars 0 forks source link

Update version of csstime. It supports custom variables for SASS/LESS preprocessors #16

Closed jughosta closed 7 years ago

jughosta commented 7 years ago

New option in config:

{
  variables: {
    MY_VARIABLE: 'fancy'
  }
}

It will generate variables for preprocessors like:

$MY_VARIABLE: "fancy";

PR for csstime: https://github.com/csstime/csstime-gulp-tasks/pull/35