Skip to content

tunguskha/debugCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debugCSS

A tiny script that helps you debug your CSS.

Installation

Via NPM

npm i -D debug-css

Via CDN

<script src="https://cdn.jsdelivr.net/gh/tunguskha/debugCSS@latest/src/debugcss.min.js"></script>

Locally

git clone https://github.com/tunguskha/debugCSS

or

curl https://git.io/JeeGO -o "debugcss.min.js"

Usage

Via module

import { debugCSS } from  'debug-css';

debugCSS({})

Locally or via CDN

debugCSS({});

Options

Name Description Required Default Type
selector Select what you want to debug. false "*" string
not Select what you want to not debug false N/A string

Example

debugCSS({
  selector: "nav",
  not: ".logo"
});

About

A tiny script that helps you debug your CSS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published