1.0.5 • Published 6 years ago

get-all-css-properties v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago