Skip to content

Commit 27d876c

Browse files
committed
Attempt at a linting fix
1 parent 9dadfdd commit 27d876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/getClasses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import path from 'path';
12
import postcss from 'postcss';
23
import less from 'less';
34
import sass from 'sass';
45
import { extractICSS } from 'icss-utils';
56
import { Logger } from './logger';
67
import { Options, CustomRenderer } from '../options';
7-
import path from "path";
88

99
export const enum FileTypes {
1010
css = 'css',

0 commit comments

Comments
 (0)