Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 348 Bytes

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