1.0.5 • Published 4 years ago

get-all-css-properties v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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?

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago