Skip to content

Commit

Permalink
Add overflow-color
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas committed May 11, 2018
1 parent 26ab414 commit 756f9b1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
24 changes: 24 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5800,5 +5800,29 @@
<summary>A mini (1.2kb) DOM Manipulation library. A very slim and fast helper.</summary>
</entry>

<entry>
<title>FloatSidebar.js</title>
<link href="https://github.com/vursen/FloatSidebar.js" />
<id>urn:uuid:c6759300-5532-11e8-87b2-7d092a16b807</id>
<updated>2018-05-11'T'15:48:00+00:00</updated>
<summary>Make your sidebar floating</summary>
</entry>

<entry>
<title>mess-js</title>
<link href="https://github.com/graciano/mess" />
<id>urn:uuid:cebdc870-5532-11e8-87b2-7d092a16b807</id>
<updated>2018-05-11'T'15:48:00+00:00</updated>
<summary>mess - Messages Extremely Simple Script: dialog &apos;android toast&apos; like messages.</summary>
</entry>

<entry>
<title>overflow-color</title>
<link href="https://github.com/dimitrinicolas/overflow-color" />
<id>urn:uuid:e70bb4f0-5532-11e8-87b2-7d092a16b807</id>
<updated>2018-05-11'T'15:48:00+00:00</updated>
<summary>Automatically switch css html background color.</summary>
</entry>


</feed>
Expand Down
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4757,6 +4757,13 @@ module.exports = [{
url: "https://github.com/rkrupinski/easter.js",
source: "https://raw.githubusercontent.com/rkrupinski/easter.js/master/dist/easter.js"
},
{
name: "overflow-color",
tags: ["overflow", "color", "DOM", "css"],
description: "Automatically switch css html background color.",
url: "https://github.com/dimitrinicolas/overflow-color",
source: "https://raw.githubusercontent.com/dimitrinicolas/overflow-color/master/dist/overflow-color.umd.js"
},
{
name: "henka",
tags: ["responsive", "respond", "media", "query", "media-query", "queries"],
Expand Down

0 comments on commit 756f9b1

Please sign in to comment.