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

[Question] Open preprocessors files #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kristinita
Copy link

1. Briefly

I don't find, how I can open preprocessors files:

    1. if I run command open_include,
    2. and if my carriage in path to css file.

2. Argumentation

I preview my HTML page in browser → I'm don't glad results → I want to edit my .styl files. At the moment I don't find, how I can quick one-press open .styl file, that I want to edit.

3. Settings

I use Stylus preprocessor. My .styl file from stylus folder compile to .css file of css folder.

For example, part of my project structure:

stylus
    folder1
        file1.styl
    folder2
        file2.styl

css
    folder1
        file1.css
    folder2
        file2.css

Part of my KristinaWinner.html file:

<link rel="stylesheet" href="../css/folder1/file1.css">
<link rel="stylesheet" href="../css/folder2/file2.css">

4. Steps to reproduce

I open KristinaWinner.html file in Sublime Text → I place my carriage between double quotes in "../css/folder1/file1.css" text → I run command open_include.

5. Actual behavior

file1.css open for me.

6. Expected behavior

file1.css and file1.styl open for me.

7. Did not help

  1. include preprocessors files in HTML impossible at the moment,
  2. googling,
  3. I try change Open Include settings, but I can't get expected behavior.

Thanks.

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

Successfully merging this pull request may close these issues.

1 participant