Skip to content

Commit 83dc55b

Browse files
author
Darius Rosendahl
committed
Merge branch 'hotfix/#2_Missing_the_following_!default_variables_in_variables.scss'
2 parents 95f008b + 1a7da90 commit 83dc55b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-forms",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Easy to use forms for CastleCSS",
55
"main": "index.js",
66
"scripts": {

sass/variables.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
/*
22
Castlecss-form variables
33
Fallback for missing castlecss-core variables
4+
5+
You should have your own variables file to overwrite castlecss-core
46
Example variables file: http://castlecss.com/variables.html
7+
Installation instructions: http://castlecss.com/installation.html
58
*/
69

10+
$color01: #fff !default;
11+
$color02: #000 !default;
12+
$theme01: #1B94BF !default; // Knight blue
13+
714
/* Form specific variables */
815

916
/* Standard Inputs */

0 commit comments

Comments
 (0)