We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f008b + 1a7da90 commit 83dc55bCopy full SHA for 83dc55b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "castlecss-forms",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Easy to use forms for CastleCSS",
5
"main": "index.js",
6
"scripts": {
sass/variables.scss
@@ -1,9 +1,16 @@
/*
Castlecss-form variables
Fallback for missing castlecss-core variables
+
+ You should have your own variables file to overwrite castlecss-core
Example variables file: http://castlecss.com/variables.html
7
+ Installation instructions: http://castlecss.com/installation.html
8
*/
9
10
+$color01: #fff !default;
11
+$color02: #000 !default;
12
+$theme01: #1B94BF !default; // Knight blue
13
14
/* Form specific variables */
15
16
/* Standard Inputs */
0 commit comments