Duncan Tormey

Results 2 issues of Duncan Tormey

How do I import the scss variables? ``` @import "../node_modules/bootstrap/scss/bootstrap"; .bg-yellow-100 { background-color: $yellow-100; color: #000; } ``` doesn't seem to work.

I am using this action to run Django migration prior to deployment. It worked great the first time, but now the step is erroring out with an empty error message....