Project-Roundtable / Uni-Stirling-Grade-Calculator-Website

A website which serves as a calculator for degree classifications/final grades for students at University of Stirling. Made by myself Luke Skinner @LJSkinner and Andrew McGuckin @AndrewMcGuckin
MIT License
0 stars 0 forks source link

refactor(tailwind): change from tailwind CDN to CLI #8

Closed LJSkinner closed 1 year ago

LJSkinner commented 1 year ago

We have now made this a node project, and can generate the CSS files directly from the CLI. The npm scripts provided allow you to run the build once or use it with the watch switch (for dev).

Closes #7.

LJSkinner commented 1 year ago

This is good. Now we can adjust for different breakpoints and condense some code that is reused.

@AndrewMcGuckin

Once the config is merged, we can add the breakpoints to the config when we've decided what they should be. As well as our common colours from the pallette. I'll make this a separate issue.