https://github.com/salsan/iscss
isCSS is a Node.js package, return true if input is a valid Cascading Style Sheets
https://github.com/salsan/iscss
css css3 is-css iscss node node-module nodejs validator
Last synced: 8 months ago
JSON representation
isCSS is a Node.js package, return true if input is a valid Cascading Style Sheets
- Host: GitHub
- URL: https://github.com/salsan/iscss
- Owner: salsan
- License: mit
- Created: 2022-05-20T10:49:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T06:13:29.000Z (about 1 year ago)
- Last Synced: 2025-04-30T22:14:04.768Z (8 months ago)
- Topics: css, css3, is-css, iscss, node, node-module, nodejs, validator
- Language: CSS
- Homepage:
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isCss
isCss is a Node.js package, return true if input is a valid Cascading Style Sheets
## Install
```bash
npm install @salsan/iscss
```
## Usage
```js
const isCss = require('@salsan/iscss')
const css = 'body { font-size: 12px; }'
isCss(css) // return TRUE
```
# License
MIT License - Copyright 2022 Salvatore Santagati ()