Replies: 2 comments 5 replies
-
| 
         No need to manually traverse to  @import "somepackage/some.css"; | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            -
| 
         It's mvp.css. The code is basically starter from CLI with this one import at the top in global   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some CSS styles installed in
node_modulesbut I seem not able to reference it in my globalpublic/style.cssstylesheet, in terminal I'm getting404 ./public/node_modules/somepackage/some.css - File not foundwhile in dev. I think the existing issues with to CSS processing are not related because this is really an attempt to access a resource outsidepublic/tree.public/style.csscontent:Is this possible at all or should I vendor this CSS with my code?
Beta Was this translation helpful? Give feedback.
All reactions