The Wayback Machine - https://web.archive.org/web/20210621050709/https://github.com/topics/functional-css
Skip to content
#

functional-css

Here are 93 public repositories matching this topic...

tailwindcss-classnames
eddiejaoude
eddiejaoude commented Dec 30, 2020

For example the build and lint commands from the scripts section ...

"scripts": {
    "build": "npm run build:lib & npm run build:umd",
    "build:lib": "tsc --outDir lib --module commonjs",
    "build:es": "tsc --outDir es --module es2015",
    "build:umd": "npm run build:es && rollup --config && dts-bundle --name dist/bundle --main es --outputAsModuleFolder",
    "clean": "rim

Improve this page

Add a description, image, and links to the functional-css topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the functional-css topic, visit your repo's landing page and select "manage topics."

Learn more