All Projects → TejasQ → get-all-css-properties

TejasQ / get-all-css-properties

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].