Skip to content

SquaredLabs/IPB-CSS

Repository files navigation

IBP-CSS

Repo for SquaredLabs custom CSS for techpark.uconn.edu

** Recommended pre-commit script **

npm run build
if git status | grep modified out.css; then
 exit 1
else
 git add ./out.css
 exit 0
fi

Install dependencies

npm install

Build into out.css

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published