fix: DEPRECATION on columnGap.

division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Signed-off-by: Darren <git@darrennathanael.com>
This commit is contained in:
Darren 2022-03-03 02:14:28 -05:00
parent ec696040a5
commit 6bb64b096f
No known key found for this signature in database
GPG Key ID: E145327EB72009B4
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ header {
.btn {
width: 2 * $columnWidth;
margin-left: $columnGap / 2;
margin-left: math.div($columnGap, 2);
}
h1 {

View File

@ -28,7 +28,7 @@ zip_safe = False
python_requires = >=3.6
install_requires =
# Essential packages
django>=4.0
django>=3.2
pygments>=2.11
django-staticinline>=1.0
django-csp>=3.6