Skip to content

Commit

Permalink
Merge pull request #12 from CastleCSS/develop
Browse files Browse the repository at this point in the history
Added castlecss-stickers
  • Loading branch information
dariusrosendahl committed Oct 19, 2017
2 parents a92ea9d + 0b20aa0 commit 3576228
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -13,6 +13,7 @@ Use this Boilerplate to get started with your project right away!
- [castlecss-notifications](https://github.com/CastleCSS/castlecss-notifications)
- [castlecss-breadcrumbs](https://github.com/CastleCSS/castlecss-breadcrumbs)
- [castlecss-icons](https://github.com/CastleCSS/castlecss-icons)
- [castlecss-stickers](https://github.com/CastleCSS/castlecss-stickers)

## How to install
- Download or clone this package
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Expand Up @@ -80,7 +80,6 @@ <h1>Contact us</h1>
</nav>
</div>


<!-- Main section to place your content -->
<section class="container">
<div class="pt-block pb-block p-2x p-b3-0">
Expand All @@ -92,6 +91,7 @@ <h2>Information</h2>
Deserunt irure voluptate proident aliqua ex. Commodo duis consequat ex aute dolor. Enim laboris aute proident sit nostrud
Lorem.`
</p>
<p><span class="sticker-positive">Positive sticker</span></p>
<p>
<img src="http://via.placeholder.com/738x250">
</p>
Expand Down
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/styles.min.css.map

Large diffs are not rendered by default.

17 changes: 11 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "castlecss-boilerplate",
"version": "1.2.1",
"version": "1.3.0",
"description": "HMTL5/CSS Boilerplate with CastleCSS",
"main": "index.js",
"scripts": {
Expand All @@ -14,6 +14,7 @@
"url": "git+https://github.com/CastleCSS/castlecss-boilerplate.git"
},
"keywords": [
"front-end",
"boilerplate",
"castlecss",
"castle",
Expand All @@ -31,13 +32,14 @@
},
"homepage": "http://www.castlecss.com",
"dependencies": {
"autoprefixer": "^7.1.5",
"castlecss-breadcrumbs": "^1.1.1",
"castlecss-buttons": "^1.0.1",
"castlecss-core": "^2.5.0",
"castlecss-core": "^2.6.0",
"castlecss-forms": "^1.0.11",
"castlecss-icons": "^1.0.2",
"castlecss-notifications": "^1.0.1",
"autoprefixer": "^7.1.5",
"castlecss-stickers": "^1.0.0",
"cssnano": "^3.10.0",
"grunt": "^1.0.1",
"grunt-postcss": "^0.9.0",
Expand Down
1 change: 1 addition & 0 deletions scss/main.scss
Expand Up @@ -11,6 +11,7 @@
@import "node_modules/castlecss-icons/sass/main";
@import "node_modules/castlecss-breadcrumbs/sass/main";
@import "node_modules/castlecss-forms/sass/main";
@import "node_modules/castlecss-stickers/sass/main";

/* Include your own files below this line
--------------------------------------
Expand Down

0 comments on commit 3576228

Please sign in to comment.