mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
- adding moon phase numbered aliases, 0 through 27
- adding semicolon to end of sass variable for moons - fixed EDN moon file to add semicolon
This commit is contained in:
parent
286746726a
commit
8acfe3694e
@ -11,7 +11,7 @@
|
|||||||
:before ""
|
:before ""
|
||||||
:join ";\n"
|
:join ";\n"
|
||||||
:row [\$ label \: " " \" \\ code \"]
|
:row [\$ label \: " " \" \\ code \"]
|
||||||
:after "\n"}
|
:after ";"}
|
||||||
|
|
||||||
|
|
||||||
{:name "../less/icon-classes/classes-moon.less"
|
{:name "../less/icon-classes/classes-moon.less"
|
||||||
|
@ -552,6 +552,90 @@
|
|||||||
.wi-moon-waning-crescent-6:before {
|
.wi-moon-waning-crescent-6:before {
|
||||||
content: "\f0b0";
|
content: "\f0b0";
|
||||||
}
|
}
|
||||||
|
.wi-moon-0:before {
|
||||||
|
content: "\f095";
|
||||||
|
}
|
||||||
|
.wi-moon-1:before {
|
||||||
|
content: "\f096";
|
||||||
|
}
|
||||||
|
.wi-moon-2:before {
|
||||||
|
content: "\f097";
|
||||||
|
}
|
||||||
|
.wi-moon-3:before {
|
||||||
|
content: "\f098";
|
||||||
|
}
|
||||||
|
.wi-moon-4:before {
|
||||||
|
content: "\f099";
|
||||||
|
}
|
||||||
|
.wi-moon-5:before {
|
||||||
|
content: "\f09a";
|
||||||
|
}
|
||||||
|
.wi-moon-6:before {
|
||||||
|
content: "\f09b";
|
||||||
|
}
|
||||||
|
.wi-moon-7:before {
|
||||||
|
content: "\f09c";
|
||||||
|
}
|
||||||
|
.wi-moon-8:before {
|
||||||
|
content: "\f09d";
|
||||||
|
}
|
||||||
|
.wi-moon-9:before {
|
||||||
|
content: "\f09e";
|
||||||
|
}
|
||||||
|
.wi-moon-10:before {
|
||||||
|
content: "\f09f";
|
||||||
|
}
|
||||||
|
.wi-moon-11:before {
|
||||||
|
content: "\f0a0";
|
||||||
|
}
|
||||||
|
.wi-moon-12:before {
|
||||||
|
content: "\f0a1";
|
||||||
|
}
|
||||||
|
.wi-moon-13:before {
|
||||||
|
content: "\f0a2";
|
||||||
|
}
|
||||||
|
.wi-moon-14:before {
|
||||||
|
content: "\f0a3";
|
||||||
|
}
|
||||||
|
.wi-moon-15:before {
|
||||||
|
content: "\f0a4";
|
||||||
|
}
|
||||||
|
.wi-moon-16:before {
|
||||||
|
content: "\f0a5";
|
||||||
|
}
|
||||||
|
.wi-moon-17:before {
|
||||||
|
content: "\f0a6";
|
||||||
|
}
|
||||||
|
.wi-moon-18:before {
|
||||||
|
content: "\f0a7";
|
||||||
|
}
|
||||||
|
.wi-moon-19:before {
|
||||||
|
content: "\f0a8";
|
||||||
|
}
|
||||||
|
.wi-moon-20:before {
|
||||||
|
content: "\f0a9";
|
||||||
|
}
|
||||||
|
.wi-moon-21:before {
|
||||||
|
content: "\f0aa";
|
||||||
|
}
|
||||||
|
.wi-moon-22:before {
|
||||||
|
content: "\f0ab";
|
||||||
|
}
|
||||||
|
.wi-moon-23:before {
|
||||||
|
content: "\f0ac";
|
||||||
|
}
|
||||||
|
.wi-moon-24:before {
|
||||||
|
content: "\f0ad";
|
||||||
|
}
|
||||||
|
.wi-moon-25:before {
|
||||||
|
content: "\f0ae";
|
||||||
|
}
|
||||||
|
.wi-moon-26:before {
|
||||||
|
content: "\f0af";
|
||||||
|
}
|
||||||
|
.wi-moon-27:before {
|
||||||
|
content: "\f0b0";
|
||||||
|
}
|
||||||
.wi-time-1:before {
|
.wi-time-1:before {
|
||||||
content: "\f08a";
|
content: "\f08a";
|
||||||
}
|
}
|
||||||
|
2
css/weather-icons.min.css
vendored
2
css/weather-icons.min.css
vendored
File diff suppressed because one or more lines are too long
28
less/icon-classes/classes-moon-aliases.less
Normal file
28
less/icon-classes/classes-moon-aliases.less
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
.wi-moon-0:before {content: @moon-new;}
|
||||||
|
.wi-moon-1:before {content: @moon-waxing-cresent-1;}
|
||||||
|
.wi-moon-2:before {content: @moon-waxing-cresent-2;}
|
||||||
|
.wi-moon-3:before {content: @moon-waxing-cresent-3;}
|
||||||
|
.wi-moon-4:before {content: @moon-waxing-cresent-4;}
|
||||||
|
.wi-moon-5:before {content: @moon-waxing-cresent-5;}
|
||||||
|
.wi-moon-6:before {content: @moon-waxing-cresent-6;}
|
||||||
|
.wi-moon-7:before {content: @moon-first-quarter;}
|
||||||
|
.wi-moon-8:before {content: @moon-waxing-gibbous-1;}
|
||||||
|
.wi-moon-9:before {content: @moon-waxing-gibbous-2;}
|
||||||
|
.wi-moon-10:before {content: @moon-waxing-gibbous-3;}
|
||||||
|
.wi-moon-11:before {content: @moon-waxing-gibbous-4;}
|
||||||
|
.wi-moon-12:before {content: @moon-waxing-gibbous-5;}
|
||||||
|
.wi-moon-13:before {content: @moon-waxing-gibbous-6;}
|
||||||
|
.wi-moon-14:before {content: @moon-full;}
|
||||||
|
.wi-moon-15:before {content: @moon-waning-gibbous-1;}
|
||||||
|
.wi-moon-16:before {content: @moon-waning-gibbous-2;}
|
||||||
|
.wi-moon-17:before {content: @moon-waning-gibbous-3;}
|
||||||
|
.wi-moon-18:before {content: @moon-waning-gibbous-4;}
|
||||||
|
.wi-moon-19:before {content: @moon-waning-gibbous-5;}
|
||||||
|
.wi-moon-20:before {content: @moon-waning-gibbous-6;}
|
||||||
|
.wi-moon-21:before {content: @moon-third-quarter;}
|
||||||
|
.wi-moon-22:before {content: @moon-waning-crescent-1;}
|
||||||
|
.wi-moon-23:before {content: @moon-waning-crescent-2;}
|
||||||
|
.wi-moon-24:before {content: @moon-waning-crescent-3;}
|
||||||
|
.wi-moon-25:before {content: @moon-waning-crescent-4;}
|
||||||
|
.wi-moon-26:before {content: @moon-waning-crescent-5;}
|
||||||
|
.wi-moon-27:before {content: @moon-waning-crescent-6;}
|
@ -3,6 +3,7 @@
|
|||||||
@import "icon-classes/classes-neutral.less";
|
@import "icon-classes/classes-neutral.less";
|
||||||
@import "icon-classes/classes-misc.less";
|
@import "icon-classes/classes-misc.less";
|
||||||
@import "icon-classes/classes-moon.less";
|
@import "icon-classes/classes-moon.less";
|
||||||
|
@import "icon-classes/classes-moon-aliases.less";
|
||||||
@import "icon-classes/classes-time.less";
|
@import "icon-classes/classes-time.less";
|
||||||
@import "icon-classes/classes-direction.less";
|
@import "icon-classes/classes-direction.less";
|
||||||
@import "icon-classes/classes-beaufort.less";
|
@import "icon-classes/classes-beaufort.less";
|
||||||
|
28
sass/icon-classes/classes-moon-aliases.scss
Normal file
28
sass/icon-classes/classes-moon-aliases.scss
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
.wi-moon-0:before {content: $moon-new;}
|
||||||
|
.wi-moon-1:before {content: $moon-waxing-cresent-1;}
|
||||||
|
.wi-moon-2:before {content: $moon-waxing-cresent-2;}
|
||||||
|
.wi-moon-3:before {content: $moon-waxing-cresent-3;}
|
||||||
|
.wi-moon-4:before {content: $moon-waxing-cresent-4;}
|
||||||
|
.wi-moon-5:before {content: $moon-waxing-cresent-5;}
|
||||||
|
.wi-moon-6:before {content: $moon-waxing-cresent-6;}
|
||||||
|
.wi-moon-7:before {content: $moon-first-quarter;}
|
||||||
|
.wi-moon-8:before {content: $moon-waxing-gibbous-1;}
|
||||||
|
.wi-moon-9:before {content: $moon-waxing-gibbous-2;}
|
||||||
|
.wi-moon-10:before {content: $moon-waxing-gibbous-3;}
|
||||||
|
.wi-moon-11:before {content: $moon-waxing-gibbous-4;}
|
||||||
|
.wi-moon-12:before {content: $moon-waxing-gibbous-5;}
|
||||||
|
.wi-moon-13:before {content: $moon-waxing-gibbous-6;}
|
||||||
|
.wi-moon-14:before {content: $moon-full;}
|
||||||
|
.wi-moon-15:before {content: $moon-waning-gibbous-1;}
|
||||||
|
.wi-moon-16:before {content: $moon-waning-gibbous-2;}
|
||||||
|
.wi-moon-17:before {content: $moon-waning-gibbous-3;}
|
||||||
|
.wi-moon-18:before {content: $moon-waning-gibbous-4;}
|
||||||
|
.wi-moon-19:before {content: $moon-waning-gibbous-5;}
|
||||||
|
.wi-moon-20:before {content: $moon-waning-gibbous-6;}
|
||||||
|
.wi-moon-21:before {content: $moon-third-quarter;}
|
||||||
|
.wi-moon-22:before {content: $moon-waning-crescent-1;}
|
||||||
|
.wi-moon-23:before {content: $moon-waning-crescent-2;}
|
||||||
|
.wi-moon-24:before {content: $moon-waning-crescent-3;}
|
||||||
|
.wi-moon-25:before {content: $moon-waning-crescent-4;}
|
||||||
|
.wi-moon-26:before {content: $moon-waning-crescent-5;}
|
||||||
|
.wi-moon-27:before {content: $moon-waning-crescent-6;}
|
@ -25,4 +25,4 @@ $moon-waning-crescent-2: "\f0ac";
|
|||||||
$moon-waning-crescent-3: "\f0ad";
|
$moon-waning-crescent-3: "\f0ad";
|
||||||
$moon-waning-crescent-4: "\f0ae";
|
$moon-waning-crescent-4: "\f0ae";
|
||||||
$moon-waning-crescent-5: "\f0af";
|
$moon-waning-crescent-5: "\f0af";
|
||||||
$moon-waning-crescent-6: "\f0b0"
|
$moon-waning-crescent-6: "\f0b0";
|
@ -3,6 +3,7 @@
|
|||||||
@import "icon-classes/classes-neutral.scss";
|
@import "icon-classes/classes-neutral.scss";
|
||||||
@import "icon-classes/classes-misc.scss";
|
@import "icon-classes/classes-misc.scss";
|
||||||
@import "icon-classes/classes-moon.scss";
|
@import "icon-classes/classes-moon.scss";
|
||||||
|
@import "icon-classes/classes-moon-aliases.scss";
|
||||||
@import "icon-classes/classes-time.scss";
|
@import "icon-classes/classes-time.scss";
|
||||||
@import "icon-classes/classes-direction.scss";
|
@import "icon-classes/classes-direction.scss";
|
||||||
@import "icon-classes/classes-beaufort.scss";
|
@import "icon-classes/classes-beaufort.scss";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user