Skip to content

13enBi/css-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Install

yarn add @13enbi/css-parse

🔨 Usage

import { parse, stringify } from '@13enbi/css-parse';

const css = `a {
	color: red;
}`

const result = parse(css);

const str = stringify(result);

About

css-parse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published