Skip to content

Commit fa0befd

Browse files
committed
Added postcss-gradient-transparency-fix to libraries list
1 parent e1cf327 commit fa0befd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

gilhub/src/projects.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"description": "A simple list of CSS shorthand properties and which longhand properties they expand to.",
2121
"tags": ["npm"]
2222
},
23+
{
24+
"name": "postcss-gradient-transparency-fix",
25+
"url": "https://github.com/gilmoreorless/postcss-gradient-transparency-fix",
26+
"description": "A PostCSS plugin to fix gradient transparency for certain browsers (looking at you, Safari).",
27+
"tags": ["npm", "postcss"]
28+
},
2329
{
2430
"name": "drone-ver",
2531
"url": "https://github.com/gilmoreorless/drone-ver",

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ <h3 class="project-title"><a href="https://github.com/gilmoreorless/css-shorthan
3838
<p class="project-description">A simple list of CSS shorthand properties and which longhand properties they expand to.</p>
3939
</div>
4040
</li>
41+
<li class="project-item">
42+
<div class="project-details project-tag-npm project-tag-postcss">
43+
<h3 class="project-title"><a href="https://github.com/gilmoreorless/postcss-gradient-transparency-fix">postcss-gradient-transparency-fix</a></h3>
44+
<p class="project-description">A PostCSS plugin to fix gradient transparency for certain browsers (looking at you, Safari).</p>
45+
</div>
46+
</li>
4147
<li class="project-item">
4248
<div class="project-details project-tag-npm">
4349
<h3 class="project-title"><a href="https://github.com/gilmoreorless/drone-ver">drone-ver</a></h3>

0 commit comments

Comments
 (0)