Skip to content

Commit

Permalink
add 'importDirs' to less options
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovich24 authored Dec 12, 2018
1 parent 249aeba commit 8f1994a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ But you can change it by destinationDir property from config
'class' => 'nizsheanez\assetConverter\Less',
'output' => 'css', // parsed output file type
'options' => [
'importDirs' => [], // import paths, you may use path alias here ex. '@app/assets/common/less'
'auto' => true, // optional options
]
]
Expand Down

0 comments on commit 8f1994a

Please sign in to comment.