Skip to content

Commit 3576228

Browse files
Merge pull request #12 from CastleCSS/develop
Added castlecss-stickers
2 parents a92ea9d + 0b20aa0 commit 3576228

File tree

7 files changed

+21
-12
lines changed

7 files changed

+21
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Use this Boilerplate to get started with your project right away!
1313
- [castlecss-notifications](https://github.com/CastleCSS/castlecss-notifications)
1414
- [castlecss-breadcrumbs](https://github.com/CastleCSS/castlecss-breadcrumbs)
1515
- [castlecss-icons](https://github.com/CastleCSS/castlecss-icons)
16+
- [castlecss-stickers](https://github.com/CastleCSS/castlecss-stickers)
1617

1718
## How to install
1819
- Download or clone this package

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ <h1>Contact us</h1>
8080
</nav>
8181
</div>
8282

83-
8483
<!-- Main section to place your content -->
8584
<section class="container">
8685
<div class="pt-block pb-block p-2x p-b3-0">
@@ -92,6 +91,7 @@ <h2>Information</h2>
9291
Deserunt irure voluptate proident aliqua ex. Commodo duis consequat ex aute dolor. Enim laboris aute proident sit nostrud
9392
Lorem.`
9493
</p>
94+
<p><span class="sticker-positive">Positive sticker</span></p>
9595
<p>
9696
<img src="http://via.placeholder.com/738x250">
9797
</p>

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.

dist/css/styles.min.css.map

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-lock.json

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-boilerplate",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "HMTL5/CSS Boilerplate with CastleCSS",
55
"main": "index.js",
66
"scripts": {
@@ -14,6 +14,7 @@
1414
"url": "git+https://github.com/CastleCSS/castlecss-boilerplate.git"
1515
},
1616
"keywords": [
17+
"front-end",
1718
"boilerplate",
1819
"castlecss",
1920
"castle",
@@ -31,13 +32,14 @@
3132
},
3233
"homepage": "http://www.castlecss.com",
3334
"dependencies": {
35+
"autoprefixer": "^7.1.5",
3436
"castlecss-breadcrumbs": "^1.1.1",
3537
"castlecss-buttons": "^1.0.1",
36-
"castlecss-core": "^2.5.0",
38+
"castlecss-core": "^2.6.0",
3739
"castlecss-forms": "^1.0.11",
3840
"castlecss-icons": "^1.0.2",
3941
"castlecss-notifications": "^1.0.1",
40-
"autoprefixer": "^7.1.5",
42+
"castlecss-stickers": "^1.0.0",
4143
"cssnano": "^3.10.0",
4244
"grunt": "^1.0.1",
4345
"grunt-postcss": "^0.9.0",

scss/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@import "node_modules/castlecss-icons/sass/main";
1212
@import "node_modules/castlecss-breadcrumbs/sass/main";
1313
@import "node_modules/castlecss-forms/sass/main";
14+
@import "node_modules/castlecss-stickers/sass/main";
1415

1516
/* Include your own files below this line
1617
--------------------------------------

0 commit comments

Comments
 (0)