1.0.1 • Published 2 years ago

css-test-npm v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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