Skip to content

Commit f4180ec

Browse files
author
Darius Rosendahl
committed
Updated readme.md
1 parent efceec4 commit f4180ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# CastleCSS Icons Files
2-
CastleCSS basic button module
1+
# CastleCSS Buttons
2+
This is a subpackage for CastleCSS with example buttons to help you get started.
33

44
![CastleCSS logo @CastleCss.com](https://www.doordarius.nl/castlecss-logo-250.png)
55

@@ -17,7 +17,7 @@ Even easier: Download the [CastleCSS Boilerplate](https://www.github.com/CastleC
1717
- Download or clone the package
1818

1919
## Updating files
20-
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.
20+
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.
2121

2222
```npm update castlecss-buttons```
2323

@@ -31,12 +31,12 @@ With this you make sure your own variables overwrite the castle-core variables a
3131
```
3232
| Your project/
3333
|
34-
|-- scss/
34+
|-- scss/
3535
| |-- /* Custom project specific scss files here */
3636
| |-- Main.scss
3737
| |
3838
|-- node_modules/
39-
| |
39+
| |
4040
| | /* CastleCSS files included automatically here */
4141
| | castlecss-core/
4242
| | castlecss-buttons/
@@ -57,7 +57,7 @@ Your main.scss should have a setup similair to this (included in the [CastleCSS
5757
@import "node_modules/castlecss-core/sass/main";
5858
@import "node_modules/castlecss-buttons/sass/main";
5959
60-
60+
6161
/* Include your own files below this line
6262
--------------------------------------
6363
*/

0 commit comments

Comments
 (0)