Skip to content

eriktoyra/devtools-livesass-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveSASS fails to start when using Zurb Foundation 5.5.3 SASS

This project reproduces the bug reported in Chromium DevTools LiveSASS #695056. Template based on Foundation libsass template.

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

npm install
bower install
grunt

How to reproduce the bug

  1. Setup LiveSASS in DevTools
  2. Open DevTools console and note the error message below
LiveSASS failed to start: http://localhost/livesass-bug/css/app.css.map
SourceMap is misaligned: right != #{$opposite-direction}
compiled: http://localhost/livesass-bug/css/app.css:1:16193
source: http://localhost/livesass-bug/bower_components/foundation/scss/foundation/components/_alert-boxes.scss:86:3
``

About

Recreates a bug in Chrome DevTools LiveSASS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published