mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
67 stars 23 forks source link

How to suppress @import files compiled? #36

Closed goumang2010 closed 6 years ago

goumang2010 commented 6 years ago

Sometimes I want @import some shared .css/.wxss files directly. How to config it?

yume-chan commented 6 years ago

Do you want to output a @import as is? See http://lesscss.org/features/#import-options-css

goumang2010 commented 6 years ago

@yume-chan Thank you. It 's what I want.