文件名称:validator:基于CSSTreeCSS验证器
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-22 03:14:17
JavaScript
CSS树验证器 基于构建CSS验证器 如何使用: NPM软件包 > npm install csstree-validator 手动验证CSS字符串或 : const { validate } = require ( './lib' ) ; console . log ( validate ( '.class { pading: 10px; border: 1px super red }' , 'demo/example.css' ) ) ; // [ // SyntaxError [SyntaxReferenceError]: Unknown property `pading` { // reference: 'pading', // property: 'pading', // offset: 9, // line: 1, // colu
【文件预览】:
validator-master
----.travis.yml(83B)
----.eslintrc(3KB)
----bin()
--------validate(292B)
----rollup.config.js(477B)
----.jscsrc(4KB)
----package.json(1KB)
----test()
--------fixture()
--------reporters.js(777B)
--------validate.js(4KB)
--------loc.js(2KB)
--------validators.js(6KB)
----LICENSE(1KB)
----package-lock.json(87KB)
----dist()
--------.npmignore(24B)
--------.gitignore(26B)
----.gitignore(21B)
----CHANGELOG.md(3KB)
----lib()
--------helpers.js(2KB)
--------index.js(121B)
--------reporter()
--------validate.js(5KB)
--------cli.js(1KB)
----README.md(3KB)