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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.