Skip to content

vhkrausser/node-sass-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sass test for issue sass/node-sass#2287

Failing test

  npm install node-sass@4.8.2
  npm test

Result:

{
  "status": 1,
  "file": "C:/Users/vhkrausser/teste-sass/index.scss",
  "line": 1,
  "column": 1,
  "message": "File to import not found or unreadable: var.scss.\nParent style sheet: C:/Users/vhkrausser/teste-sass/index.scss",
  "formatted": "Error: File to import not found or unreadable: var.scss.\n       Parent style sheet: C:/Users/vhkrausser/teste-sass/index.scss\n        on line 1 of index.scss\n>> @import 'var.scss';\n\n   ^\n"
}

Working scenario

  npm install node-sass@4.7.2
  npm test

Result:

.test {
  background-color: #000; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages