UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

9 lines (8 loc) 171 B
.mixin-no-parent-selector() { background-color: red; } .mixin-with-parent-selector() { &:first-child{ // USING AN & SELECTOR HERE background-color: blue; } }