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

Unable to import vendor stylus files #646

Closed
aaronrosenthal opened this issue Mar 16, 2018 · 7 comments · May be fixed by Matthelonianxl/codesandbox-client#424
Closed

Unable to import vendor stylus files #646

aaronrosenthal opened this issue Mar 16, 2018 · 7 comments · May be fixed by Matthelonianxl/codesandbox-client#424
Labels
🎒 Bundler Refers to CodeSandbox's In-Browser Bundler

Comments

@aaronrosenthal
Copy link

I am trying to import a vendor stylus file but I get an error like this:

ReferenceError
/node_modules/vuetify/src/stylus/main.styl:298:9
   294| 
   295| index(list, value)
   296|   for val, i in list
   297|     return i if val == value
   298| @import './app'
----------------^
   299| @import './components/*'
   300| 

glob is not defined

Am I doing something wrong or is this not currently possible?

Reproduction link: https://codesandbox.io/s/3vmv7m3o16

@akki-jat
Copy link

I am getting the same error

@elilemons
Copy link

I am also getting this error. As a result, I can't use my Stylus variables.

@elilemons
Copy link

I believe this is the solution to the problem, but given the nature of CodeSandbox, it isn't a fix I can execute. What are the possibilities this issue will be fixed?

https://stackoverflow.com/questions/44366614/nameerror-name-glob-is-not-defined

@github-actions
Copy link

github-actions bot commented Sep 4, 2020

This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.

@github-actions github-actions bot added the stale label Sep 4, 2020
@Tuszy42
Copy link

Tuszy42 commented Sep 9, 2020

I am also getting this error, cannot reproduce an error regarding Vuetify because of this error...

@github-actions
Copy link

This issue has automatically been marked stale because there has been no activity in a while. Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.

@github-actions github-actions bot added the stale label Dec 20, 2020
@github-actions
Copy link

github-actions bot commented Jan 4, 2021

This issue has been automatically closed because there wasn't any activity after the previous notice or the stale label wasn't removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎒 Bundler Refers to CodeSandbox's In-Browser Bundler
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants