node-sass-tilde-importer icon indicating copy to clipboard operation
node-sass-tilde-importer copied to clipboard

upd check potential directory

Open dvcarrot opened this issue 7 years ago • 0 comments

fix error if you try import file with same name as folder

example:

  • mixins (folder)
    • _border-radius.scss
    • _box-shadow.scss
  • _mixins.scss (file)

real example: https://github.com/twbs/bootstrap-sass/tree/master/assets/stylesheets/bootstrap

dvcarrot avatar Dec 06 '18 14:12 dvcarrot