judicialcouncilcalifornia / docassemble.jcc.abilitytopay

https://mycitations.courts.ca.gov
MIT License
0 stars 0 forks source link

Build SCSS -> CSS Pipeline #3

Closed arichiv closed 6 years ago

arichiv commented 6 years ago

Right now you have to compile the scss to css, and that's annoying, so I should automate it!

https://bootswatch.com/4/cerulean/_bootswatch.scss https://bootswatch.com/4/cerulean/_variables.scss

are examples of theming in bootstrap 4

arichiv commented 6 years ago

Oh! And https://github.com/JudicialCouncilOfCalifornia/docassemble.jcc.ability-to-pay/blob/master/docassemble/jcc/ability-to-pay/data/static/style.css is what you would want to edit

arichiv commented 6 years ago

@slowbot Here's a demo of custom CSS with an empty CSS file https://docassemble.chivuku.la/interview?i=docassemble.jcc.ability-to-pay%3Adata%2Fquestions%2Finterview.yml#page1

If you use the package installation page, you can add this to your local docassemble instance:

image

arichiv commented 6 years ago

You can now edit https://github.com/JudicialCouncilOfCalifornia/docassemble.jcc.ability-to-pay/blob/master/source/style.scss and compile it from https://travis-ci.com/JudicialCouncilOfCalifornia/docassemble.jcc.ability-to-pay

image

Let me know if this works for you :-)