Skip to content
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.

[Bug] @import statement in <style> section does not work #21

Open
scriptPilot opened this issue Feb 2, 2018 · 1 comment
Open

[Bug] @import statement in <style> section does not work #21

scriptPilot opened this issue Feb 2, 2018 · 1 comment
Labels

Comments

@scriptPilot
Copy link

Works:

sfc.vue

<style>
  body {
    margin-top: 50px;
  }
</style>

Does not work:

sfc.vue

<style>
  @import './style.css';
</style>

style.css

body {
    margin-top: 50px;
}
@rafaelm7o
Copy link

+1

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

No branches or pull requests

3 participants