Skip to content
/ isCSS Public

isCSS is a Node.js package, return true if input is a valid Cascading Style Sheets

License

Notifications You must be signed in to change notification settings

salsan/isCSS

Repository files navigation

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('@salsan/iscss')
const css = 'body { font-size: 12px; }'

isCss(css) // return TRUE

License

MIT License - Copyright 2022 Salvatore Santagati (mailto:[email protected])

About

isCSS is a Node.js package, return true if input is a valid Cascading Style Sheets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published