Skip to content

Releases: CastleCSS/castlecss-boilerplate

v1.5.0

13 Nov 10:22
Compare
Choose a tag to compare
  • The boilerplate dependencies have been updated so it works with the latest version of node, npm and node-sass
  • Updated to castlecss-forms v1.1.0
  • Updated a few form elements in contact.html as example for castlecss-forms v1.1.0

Added image compression task

21 Feb 12:31
Compare
Choose a tag to compare
  • Images will be automatically compressed when running npm run start at the beginning of the task or use npm run create_img to compress them manually. #11

Release v1.3

19 Oct 12:35
Compare
Choose a tag to compare

Release v1.3.0

v1.2.1

13 Oct 08:42
Compare
Choose a tag to compare
  • Added the missing gutter-loop of castlecss-core to variables.scss so you can add more then 6 breakpoints

Missing it in your project? Example

Release v1.2 - New templates, added forms and breadcrumbs

12 Oct 14:12
Compare
Choose a tag to compare

New templates!

  • More examples of what you can do and build with CastleCSS
  • Index/Home
  • Products
  • About
  • Contact

New npm scripts

  • Build the project with npm i
  • Start the project with npm run start this automatically start a BrowserSync server for you and reloads your pages on change. No manual actions needed ;)

Updates

Release v1.1.0 icons, notification updates, more examples

20 Dec 09:25
Compare
Choose a tag to compare

Boilerplate

  • Added icons as examples
  • Added buttons with icons as examples

Added castlecss-icons ^1.0.2
The icons are hosted on Cloudflare which makes using the icons even easier! Just include the castlecss-icons in your package.json and you're good to go!

2016-12-20 10_07_29-start

Updated castlecss-notifications to 1.0.0

  • New notification / alert colors. Also added a warning color. Upgrade both your core and notification module to the last version to see these changes.

2016-12-20 09_53_07-start
2016-12-20 09_53_36-start

Updated castlecss-core to ^2.1

  • Added a standard h1-h6 styles so you don't have to. Also, we added .head and .head1-6 styles. With this you can style any element into a heading. For example you can make a strong or a h2 look like a h1, etc.
  • New notification / alert colors. Also added a warning color. Upgrade both your core and notification module to the last version to see these changes.

2016-12-20 10_05_27-start

Updated castlecss-buttons to ^0.5

  • Added castlecss-core as dependency

Added generated .css and .map files

22 Nov 12:45
Compare
Choose a tag to compare

v1.0.1 Added generated .css and .map files

  • Added the dist folder with generated .css and .map files so you already have working pages before building

CastleCSS Boilerplate is live!

17 Nov 21:22
Compare
Choose a tag to compare

v1.0 CastleCSS Boilerplate is live!

We just released the CastleCSS Boilerplate, use it to get started with your project right away!

What's included?