kristerkari / react-native-sass-transformer

Use Sass to style your React Native apps.
MIT License
219 stars 19 forks source link

Question: Is there someone uses the nest class successfully? #44

Closed Irenedan closed 2 years ago

Irenedan commented 3 years ago

Hi, Is there someone uses the nest class successfully? App.scss:

.container {
    width: 100px;
    height: 100px;
    background-color: black;

    .test {
        color: red;
    }
}
kristerkari commented 2 years ago

@Irenedan sorry for the late reply. It's not possible to nest classes in React Native. That's why it does not work.

VityaSchel commented 2 years ago

I posted workaround in https://github.com/kristerkari/react-native-sass-transformer/issues/28#issuecomment-1100724871