@salsan/iscss
v1.0.0
Published
isCss is a Node.js package, return true if input is a valid Cascading Style Sheets
Downloads
30
Readme
isCss
isCss is a Node.js package, return true if input is a valid Cascading Style Sheets
Install
npm install @salsan/iscss
Usage
const isCss = require('iscss')
const css = 'body { font-size: 12px; }'
isCss(css) // return TRUE
License
MIT License - Copyright 2022 Salvatore Santagati (mailto:[email protected])