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

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i css-test-npm

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    39.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • andreymatin