Skip to content

Commit

Permalink
fixup! Feat(exporters): Introduce variables-scss exporter #DS-1412
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jul 29, 2024
1 parent 77f9960 commit 434a032
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/variables-scss/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '@supernovaio/sdk-exporters';
import { ExporterConfiguration } from '../config';
import { colorTokenToCSS } from './content/token';
import { generateSimple } from './js/generators/simple';
import { generateSimple } from './generators/simple';

/**
* Export entrypoint.
Expand Down

0 comments on commit 434a032

Please sign in to comment.