Skip to content

Commit 63c73d7

Browse files
author
Darius Rosendahl
committed
Added stickers
1 parent b9fe626 commit 63c73d7

File tree

7 files changed

+12
-4
lines changed

7 files changed

+12
-4
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: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@
3131
},
3232
"homepage": "http://www.castlecss.com",
3333
"dependencies": {
34+
"autoprefixer": "^7.1.5",
3435
"castlecss-breadcrumbs": "^1.1.1",
3536
"castlecss-buttons": "^1.0.1",
3637
"castlecss-core": "^2.5.0",
3738
"castlecss-forms": "^1.0.11",
3839
"castlecss-icons": "^1.0.2",
3940
"castlecss-notifications": "^1.0.1",
40-
"autoprefixer": "^7.1.5",
41+
"castlecss-stickers": "^1.0.0",
4142
"cssnano": "^3.10.0",
4243
"grunt": "^1.0.1",
4344
"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)