File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " castlecss-core" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " CastleCSS a SCSS framework with modular building blocks for the web" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- /* ========== VARIABLES ==========*/
1
+ /* Variables
2
+ * Add or replace variables in your OWN variables file
3
+ */
2
4
3
5
/*
4
- * Base colors
5
- * Color 01 and 02 reservered for white and black
6
+ * Base colors
7
+ * Color 01 and 02 reservered for white and black
6
8
*/
7
9
$color01 : #fff ;
8
10
$color02 : #000 ;
9
11
12
+ /* Theme colors */
13
+ $theme01 : #1B94BF ; // Knight blue
14
+ $theme02 : #093142 ; // Royal blue
15
+ $theme03 : #12637F ; // Falcon blue
16
+ $theme04 : #FFC200 ; // Royal yellow
17
+ $theme05 : #FFFFFF ; // Destroyer white
18
+
10
19
$alert : #FFD700 ;
11
20
$negative : #FF7878 ;
12
21
$positive : #29C85D ;
You can’t perform that action at this time.
0 commit comments