| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Check if a path or url points to a css file.
npm install --save is-cssconst isCss = require('is-css')
isCss('http://foo.bar/css-file.css') // => true
isCss('some/path/to/a/css-file.css') // => true
isCss('yikes/a/preprocessor.scss') // => falseMIT
Crafted with <3 by John Otander (@4lpine).
This package was initially generated with yeoman and the p generator.
| Back | FazBrowse Home | New Git URL |