Skip to content

Commit e210961

Browse files
committed
-
1 parent 0d93264 commit e210961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nebula CSS ![Travis-ci](https://travis-ci.org/rbrtsmith/nebula-css.svg?branch=master) [![npm version](https://badge.fury.io/js/nebula-css.svg)](https://badge.fury.io/js/nebula-css)
22

3-
* 7kb (gzip) with default settings.
3+
* 6kb (gzip) with default settings.
44
* [View the demo](http://rbrtsmith.com/nebula-css/)
55
* `yarn add nebula-css` / [Get started](#get-started)
66
* 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
178178
/* _settings.scss */
179179
@import 'nebula-css/settings';
180180
```
181-
181+
182182
It is worth noting here that to resolve the above path your Sass compiler requires
183183
[Node-sass IncludePaths](https://github.com/sass/node-sass#includepaths)
184184
If your Sass Compiler does not offer IncludePaths resulting in your build failing
185185
you will have to give your imports a relative path:
186-
186+
187187
```sass
188188
/* _settings.scss */
189189
@import '[path-to-node-modules]/nebula-css/nebula-css/settings';
190190
```
191-
191+
192192
As you can see this is rather verbose and ugly code but it works!
193193

194194
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

Comments
 (0)