mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-17 23:51:08 +03:00
Rebuilds CSS colour variables file
This commit is contained in:
parent
a131596b3b
commit
7cc52c57fc
@ -1,4 +1,5 @@
|
||||
/* Brand colours from simpleicons.org */
|
||||
|
||||
:root {
|
||||
--color-brand-500px: #0099E5;
|
||||
--color-brand-acm: #0085CA;
|
||||
@ -275,6 +276,7 @@
|
||||
--color-brand-xbox: #107C10;
|
||||
--color-brand-xero: #13B5EA;
|
||||
--color-brand-xing: #005A5F;
|
||||
--color-brand-ycombinator: #F0652F;
|
||||
--color-brand-yahoo: #440099;
|
||||
--color-brand-yammer: #0072C6;
|
||||
--color-brand-yelp: #C41200;
|
||||
|
@ -180,5 +180,5 @@ fs.writeFile("../colour-variables.css", css, function(err) {
|
||||
if(err) {
|
||||
return console.log(err);
|
||||
}
|
||||
console.log(" - brand-colours.css build successfully.");
|
||||
console.log(" - brand-colours.css built successfully.");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user