Skip to content

Commit 3224bde

Browse files
committed
Add links in the README and source to the github repository.
1 parent 1d5c0c7 commit 3224bde

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
https://github.com/deanm/css-color-parser-js
2+
13
JavaScript parser for CSS color strings.
24

35
> parseCSSColor(' rgba (255, 128, 12, 0.5)');

csscolorparser.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// (c) Dean McNamee <dean@gmail.com>, 2012.
22
//
3+
// https://github.com/deanm/css-color-parser-js
4+
//
35
// Permission is hereby granted, free of charge, to any person obtaining a copy
46
// of this software and associated documentation files (the "Software"), to
57
// deal in the Software without restriction, including without limitation the

0 commit comments

Comments
 (0)