-
Notifications
You must be signed in to change notification settings - Fork 9
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
How do I used this on sub-scss pages? #3
Comments
No, you don’t have to open original |
I see. I still can't get any results. I added the open file I go to a property in this scss file that I had just set earlier today: Nothing. Save the scss file, gulp processes it and browsersync injects it, the h3 jumps down 80px as expected... |
Check DevTools at |
If still nothing happens, check for |
As for selector specificity, the h3 is nested in scss that compiles to |
Well, that’s the problem. Right now LiveStyle is not able to trace nested |
The background html page is spewing rows of warnings and a few errors. {
"globals": ["modules/**/assets/sass/*.scss", "assets/**/*.scss"]
} |
|
Yes. I guess if LS can't process scss nested rules yet, then I can only really use in on simple css projects. So far, it has worked well with Wordpress sites, editing the |
I have a typical project for us. It's an AngularJS single-page-app, and the app is linked to
app.css
. There is, of course, anapp.scss
.There are different sections of the app. I am working on the "feedback" section, for example. So, in the "feedback" directory there's a file
_feedback.scss
with style info for that section, which is imported into theapp.scss
and compiled by Gulp Sass or Codekit.So, in my editor I have feedback.html and _feedback.scss open for editing. LiveStyle shows every css file linked, including app.scss and every bower component with a css piece.
Do I need to open app.css even though I am not editing it, to link it to LS? I'd rather not. I saw something in the instructions about a json file, although the instructions were confusing.
Is it possible to use LS in this case?
The text was updated successfully, but these errors were encountered: