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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@
5
5
The core files are part of the [CastleCSS Package](https://github.com/CastleCSS/castlecss)
6
6
7
7
## How to install
8
-
- Install via [npm](https://www.npmjs.com/): ```npm install castlecss-core```
8
+
- Download the the [boilerplate](https://github.com/CastleCSS/castlecss-boilerplate/), CastleCSS-Core is included in the Boilerplate
9
+
- Install via [npm](https://www.npmjs.com/): ```npm install castlecss-core -S```
9
10
- Require it in your own npm package
10
11
- Download or clone the package
11
12
12
13
## Updating files
13
-
CastleCSS is built so it's easy to update, you can just download make it your own as long as you don't ovewrite the core files.
14
+
CastleCSS is built so it's easy to update, you can just download make it your own as long as you don't overwrite the core files.
14
15
15
16
```npm update castlecss-core```
16
17
17
18
## Documentation and examples
18
19
You can find the documentation and examples at http://www.castlecss.com and [castlecss-docs](https://github.com/CastleCSS/castlecss-docs)
19
20
20
-
21
21
## Adjusting the variables
22
22
Because of the unique update-able setup of CastleCSS you need a seperate variable file to overwrite the default CastleCSS variables. There are a few ways to do this:
0 commit comments