react-style-editor
react-style-editor copied to clipboard
@import not working
Hey there.
First of all.. thanks for that editor 🙏
I'm currentl facing a issue when using @import statement.
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
by using this statement the output looks weired:
Hi. I can't seem to reproduce your issue. Maybe paste the whole sample? My step were:
- Open the live demo (https://aurelain.github.io/react-style-editor/)
- Click Clean
- Click inside the textarea to focus it
- Paste your sample (from
@
up to;
) - Observe the formatted line that looks decent (as much as an @import statement could be)