Skip to content

Commit

Permalink
fix(design-tokens): renamed override of formatter in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
yinonov committed Oct 27, 2020
1 parent b4a5f27 commit a644e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/design-tokens/src/render-schemes-coupling.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const propertiesPath = resolve('../../node_modules/@vonage/vvd-design-tokens-pro


StyleDictionaryPackage.registerFormat({
name: 'custom/format/scss',
name: 'custom/format/css-to-scss',
formatter: _.template(
fs.readFileSync(resolve('templates/web-scss-coupling.template'))
),
Expand All @@ -29,7 +29,7 @@ function getStyleDictionaryConfig() {
files: [
{
destination: `build/scss/schemes/_variables-coupling.scss`,
format: 'custom/format/scss',
format: 'custom/format/css-to-scss',
filter: {
attributes: {
category: 'color'
Expand Down

0 comments on commit a644e2c

Please sign in to comment.