Skip to content

Commit 25e3313

Browse files
Merge pull request #2 from CastleCSS/master
Master
2 parents 8ffb926 + 789a26a commit 25e3313

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 CastleCSS
3+
Copyright (c) 2016 De Nieuwe Zaak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dist/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-docs",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Documentation website for CastleCSS",
55
"main": "index.js",
66
"scripts": {
@@ -34,7 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"autoprefixer": "^6.3.6",
37-
"concat": "0.0.1-security",
3837
"cssnano": "^3.7.3",
3938
"grunt": "^1.0.1",
4039
"grunt-contrib-watch": "~1.0.0",
@@ -43,8 +42,7 @@
4342
"grunt-sass": "^1.0.0",
4443
"jit-grunt": "^0.10.0",
4544
"nunjucks": "^2.4.2",
46-
"pixrem": "^3.0.0",
47-
"uglify": "^0.1.5"
45+
"pixrem": "^3.0.0"
4846
},
4947
"bugs": {
5048
"url": "https://github.com/CastleCSS/castlecss-docs/issues"

views/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<div>
3333
<h1>CastleCSS Framework</h1>
3434
<p class="intro">A modular, easy to use SCSS Framework.</p>
35-
<a class="btn-theme02 mb-2x" href="installation.html">Get started</a>
36-
<a class="btn-theme03 mb-2x" target="_blank" href="https://github.com/CastleCSS">Watch on github</a>
37-
<a href="https://github.com/castlecss/castlecss-boilerplate/archive/master.zip" class="btn" aria-label="Download castlecss/castlecss-boilerplate on GitHub" target="_blank"><i class="fa fa-cloud-download"></i> Download boilerplate</a>
35+
<a class="btn mb-2x" href="installation.html"><i class="fa fa-thumbs-up"></i> Get started</a>
36+
<a href="https://github.com/castlecss/castlecss-boilerplate" class="btn-theme03" aria-label="Watch castlecss/castlecss-boilerplate on GitHub" target="_blank"><i class="fa fa-github"></i> Watch on github</a>
37+
<a href="https://github.com/castlecss/castlecss-boilerplate/archive/master.zip" class="btn-theme02" aria-label="Download castlecss/castlecss-boilerplate on GitHub" target="_blank"><i class="fa fa-cloud-download"></i> Download boilerplate</a>
3838
<p class="b3_hide">Or watch the <a class="open-documentation" href="?">documentation</a></p>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)