ungoldman / style.css

:beginner: Classless stylesheet for HTML documents.
https://ungoldman.github.io/style.css
ISC License
78 stars 7 forks source link

modularscale-sass needed in deps? #27

Closed ungoldman closed 7 years ago

ungoldman commented 7 years ago
> ungoldman.com@1.0.0-beta sass /Users/ngoldman/dev/git/ungoldman.com
> node-sass source/scss/ -o build/css/ --include-path node_modules/

{
  "status": 1,
  "file": "/Users/ngoldman/dev/git/ungoldman.com/node_modules/style.css/style.scss",
  "line": 3,
  "column": 1,
  "message": "File to import not found or unreadable: modularscale-sass/stylesheets/modular-scale\nParent style sheet: /Users/ngoldman/dev/git/ungoldman.com/node_modules/style.css/style.scss",
  "formatted": "Error: File to import not found or unreadable: modularscale-sass/stylesheets/modular-scale\n       Parent style sheet: /Users/ngoldman/dev/git/ungoldman.com/node_modules/style.css/style.scss\n        on line 3 of node_modules/style.css/style.scss\n>> @import 'modularscale-sass/stylesheets/modular-scale';\n   ^\n"
}

💩

ungoldman commented 7 years ago

yep, tested in https://github.com/ungoldman/ungoldman.com/commit/9bafc5d0ac0414ba7c9daeea74e8261449d2e2bb

ungoldman commented 7 years ago

fixed in 1.0.0-alpha-7