| 
				
					 | 
			1 éve | |
|---|---|---|
| .. | ||
| index.js | 1 éve | |
| license | 1 éve | |
| package.json | 1 éve | |
| readme.md | 1 éve | |
A regular expression for matching CSS urls, url(foo.css).
npm i --save css-url-regex
var cssUrl = require('css-url-regex')
cssUrl().test('url(bar.css)') // => true
cssUrl().test('kljhsdf') // => false
MIT
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Crafted with <3 by John Otander.