1.0.0 • Published 12 months ago

css-uncomment v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

⚙️ Installation

npm i css-uncomment

CDN Links:

📖 Usage

◎ Import

// ES6
import cssUncomment from "css-uncomment";

// commonjs
const cssUncomment = require("css-uncomment");

◎ Example

const string = cssUncomment(`
    /* start of my very cool css styling */
    div {
        color: red; /* changes color to red */
    }
`);

console.log(string);

Support me on Patreon - Check out my socials