File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ export default environment => {
1111 currentFileInfo . currentDirectory : currentFileInfo . entryPath ;
1212
1313 const fragmentStart = filePath . indexOf ( '#' ) ;
14- let fragment = '' ;
1514 if ( fragmentStart !== - 1 ) {
16- fragment = filePath . slice ( fragmentStart ) ;
1715 filePath = filePath . slice ( 0 , fragmentStart ) ;
1816 }
1917
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import UrlFileManager from './url-file-manager';
44import createFromEnvironment from '../less' ;
55const less = createFromEnvironment ( environment , [ new FileManager ( ) , new UrlFileManager ( ) ] ) ;
66import lesscHelper from './lessc-helper' ;
7- import path from 'path' ;
87
98// allow people to create less with their own environment
109less . createFromEnvironment = createFromEnvironment ;
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import Node from './node';
22import Paren from './paren' ;
33import Comment from './comment' ;
44import Dimension from './dimension' ;
5- import * as Constants from '../constants' ;
6- const MATH = Constants . Math ;
75
86const Expression = function ( value , noSpacing ) {
97 this . value = value ;
You can’t perform that action at this time.
0 commit comments