]> git.ipfire.org Git - ipfire.org.git/commit
CSS: Convert all SASS to SCSS
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Mar 2024 10:17:17 +0000 (10:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Mar 2024 10:17:17 +0000 (10:17 +0000)
commit819909fd49cd143431ab6bab5f84299b2824dcec
treec3d0a118d55fff45fbbd41f3ff3cb00c007d7a0d
parentc1565a676318ac8d55d24b64957a5a1652b9bebe
CSS: Convert all SASS to SCSS

This should not introduce any functional changes, as this just changes
the filenames and syntax of the SASS files to SCSS.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
14 files changed:
.gitignore
Makefile.am
src/sass/_variables.sass [deleted file]
src/sass/main.sass [deleted file]
src/scss/_code-highlighting.scss [moved from src/sass/_code-highlighting.sass with 100% similarity]
src/scss/_fonts.scss [moved from src/sass/_fonts.sass with 56% similarity]
src/scss/_icons.scss [moved from src/sass/_icons.sass with 100% similarity]
src/scss/_variables.scss [new file with mode: 0644]
src/scss/listing.scss [moved from src/sass/listing.sass with 58% similarity]
src/scss/main.scss [new file with mode: 0644]
src/templates/messages/fonts.sass [deleted file]
src/templates/messages/fonts.scss [new file with mode: 0644]
src/templates/messages/main.sass [deleted file]
src/templates/messages/main.scss [new file with mode: 0644]