Skip to content

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

License

Notifications You must be signed in to change notification settings

Frontend-Layers/css-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published