Skip to content

not working with scss ? #218

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

Closed
applemate opened this issue Aug 4, 2019 · 1 comment
Closed

not working with scss ? #218

applemate opened this issue Aug 4, 2019 · 1 comment

Comments

@applemate
Copy link

import './signup.scss'
export default class Signup extends React.Component {
	render() {
		return (
			<div className="signupComponent">
			</div>
		)
	}
}

signup.scss

.signupComponent {
	.form {
		font-size: 12px;
	}
}

When I type className="si not happen, no autocomplete

@zignd
Copy link
Owner

zignd commented Aug 5, 2019

It currently does not support Sass, but there's an open issue targeting this suggestion. I will close yours for now, just so we can focus the discussion there. It helps me prioritize if you give the other issue a 👍. Thanks! 😃

#10

@zignd zignd closed this as completed Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants