An open API service indexing awesome lists of open source software.

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

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 ()