Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output the line number from the SCSS file in compiled CSS #190

Open
twain83 opened this issue Apr 6, 2016 · 2 comments
Open

Output the line number from the SCSS file in compiled CSS #190

twain83 opened this issue Apr 6, 2016 · 2 comments
Labels

Comments

@twain83
Copy link

twain83 commented Apr 6, 2016

Probably it need to create source map and install sass-gulp plugin to gulp.

@magul magul added the tech label Apr 6, 2016
@magul
Copy link
Contributor

magul commented Apr 6, 2016

Actually we already are using gulp-sass to compile sass to css. Here @twain83 ask for a way to serve uncompilled sass in browser or to create way to see what source sass rule is responsible for css style in running application.

@cmwd
Copy link
Contributor

cmwd commented May 23, 2016

I think the easiest and the most common solution is gulp-sourcemap. We need to create instance in pipeline before preprocessors and save it after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants