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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
* 7kb (gzip) with default settings.
4
4
*[View the demo](http://rbrtsmith.com/nebula-css/)
5
+
*`yarn add nebula-css`
5
6
6
7
Super low-level mobile-first Sass framework using the [ITCSS](https://www.youtube.com/watch?v=1OKZOV-iLj4) architecture and the [BEMIT](http://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/) naming convention.
7
8
@@ -112,7 +113,7 @@ This can be ran directly in NPM scripts as you can see happening in this project
112
113
113
114
114
115
## Get Started
115
-
1.`npm install --save nebula-css`
116
+
1.`yarn add nebula-css` OR `npm i -S nebula-css`
116
117
2. Setup an ITCSS file structure:
117
118
1.`cd` into the directory where you intend to build out your ITCSS structure.
118
119
2. Paste the following snippet into your terminal:
0 commit comments