css-test-npm

1.0.1 • Public • Published

CSS Test

Node.js library for testing CSS and output errors in the console with Gulp.js compatibilities

License:MIT npm

How to install

npm

npm i css-test-npm

yarn

yarn add css-test-npm

How to use

import cssTest from 'css-test-npm'

const cssUrl = ''
cssTest(cssUrl)

Gulp.js integration

import gulp from 'gulp'
const { parallel, series, watch } = gulp

import cssTest from 'css-test-npm'

const cssUrl = ''
const cssTestRes = () => cssTest(cssUrl)

export default parallel(cssTestRes)

Reference


MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i css-test-npm

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

39.2 kB

Total Files

8

Last publish

Collaborators

  • andreymatin