You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check out [Nebula-CSS React Starter](https://github.com/rbrtsmith/nebula-css-react-starter) to see how this can be integrated into a ReactJS project.
@@ -178,17 +178,17 @@ This can be ran directly in NPM scripts as you can see happening in this project
178
178
/* _settings.scss */
179
179
@import 'nebula-css/settings';
180
180
```
181
-
181
+
182
182
It is worth noting here that to resolve the above path your Sass compiler requires
As you can see this is rather verbose and ugly code but it works!
193
193
194
194
Below is an example of an NPM script configured to compile Sass and making use of `includePaths` pointing to the directory to be resolved `./node-modules/nebula-css/`
0 commit comments