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

add support for @import,@font-face #8

Open
todo bot opened this issue Jul 5, 2020 · 1 comment
Open

add support for @import,@font-face #8

todo bot opened this issue Jul 5, 2020 · 1 comment

Comments

@todo
Copy link

todo bot commented Jul 5, 2020

// TODO: add support for @import,@font-face
if (isMediaQuery.test(child.raw_selector)) {
// handle media query
const block = nodeToStyleBlock({ node: child, selector, scope });
return `${child.raw_selector}${OPEN_BRACKET}${block}${CLOSE_BRACKET}`;
}


This issue was generated by todo based on a TODO comment in f4fc6e9. It's been assigned to @kuldeepkeshwar because they committed the code.
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.96. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

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

No branches or pull requests

1 participant