Closed samhh closed 7 years ago
~ is supposed to resolve to node_modules/, but that doesn't work within a :global block. See: https://github.com/OpenSourceTagpro/website/blob/react-mobx-basic/client/global-styles/index.sass#L4
~
node_modules/
:global
Fixed as part of #8 .
~
is supposed to resolve tonode_modules/
, but that doesn't work within a:global
block. See: https://github.com/OpenSourceTagpro/website/blob/react-mobx-basic/client/global-styles/index.sass#L4