Skip to content

Commit 51ded83

Browse files
Update README.md
1 parent 53e111f commit 51ded83

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Our philosophy is mobile first, self explanatory code code and breakpoints. On t
1212
### Breakpoint CSS
1313
We don't believe in classes like *laptop* or *small* and other classes but we define everything with **b{breakpoint}** this makes everything readable and since we use this throughout the whole framework everything feels familiar when you use it for a while. Whether it's for grid, utility classes, hiding, showing. It all starts with **b{breakpoint}**
1414

15+
#### Mobile first breakpoints (defined in variables.scss)
16+
$b0: 0px; (smartwatch and higher)
17+
$b1: 320px; (phone portait and higher)
18+
$b2: 480px; (phone landscape and higher)
19+
$b3: 768px; (tablet portait and higher)
20+
$b4: 1024px; (tablet landscape/desktop and higher)
21+
$b5: 1280px; (desktop large and higher)
22+
$b6: 1600px; (desktop huge and higher)
23+
24+
Of course you can just add your own breakpoints if you want to.
25+
1526
## What's included
1627
CastleCSS Core has the following basic files to kickstart your website:
1728

@@ -38,7 +49,7 @@ Type the following to check for updates in your sass folder:
3849

3950
Nothing? Good! Then you're up to date
4051

41-
If you need yo update you'll get something that looks like this:
52+
If you need to update you'll get something that looks like this:
4253

4354
Package Current Wanted Latest Location
4455
castlecss-core 1.0.0 1.1.0 1.1.0 castlecss-core

0 commit comments

Comments
 (0)