Skip to content

An npm script that gets all the CSS properties, listed alphabetically.

Notifications You must be signed in to change notification settings

TejasQ/get-all-css-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-all-css-properties

source

A little CLI to get all the CSS properties sorted alphabetically and display it in your terminal, or to do whatever you want.

k but why

for the lulz

Usage

If you want to like use it in your project (i dunno why), you can actually import it and use it like

import { getAllCSSProperties } from "get-all-css-properties";

const sup = async () => {
  const allThePropertiesLOL = await getAllCSSProperties(); // returns an array of properties

  allThePropertiesLOL.forEach(doCoolStuff);
};

I legit just made this for fun but who knows

One More Thing...

I legit love you everyone.

Say hi?

About

An npm script that gets all the CSS properties, listed alphabetically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published