Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve css tooling #249

Open
rossPatton opened this issue Oct 5, 2020 · 2 comments
Open

improve css tooling #249

rossPatton opened this issue Oct 5, 2020 · 2 comments

Comments

@rossPatton
Copy link
Collaborator

we should consider adopting the tailwind/postcss/jekyll build system im using over in https://github.com/emergentworks/project-not-911/tree/master/docs which is also a jekyll site, but uses a more modern (and performant) css approach

@shushugah
Copy link
Member

What’s the before/after benefits in terms of deployment speed, and pros/cons in terms of development/tooling? From my point, with Jekyll 4, the builds are incredibly fast themselves, though Netlify deploy is slow for new branch/PR due to initial sassc installation.

@rossPatton
Copy link
Collaborator Author

well we'd get a very easy to use css framework that is customizable to our needs, with automatic css purging built-in which would mean we'd only bundle the classes that are actually used by the site, keeping things performant

i also feel that writing css rules is a huge waste of time, tailwind would remove that as a thing we need to do

i haven't noticed any really noticeable change in build speeds for the not911 project after adding it

@shushugah shushugah changed the title improve jekyll build pipeline improve css tooling Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants