Skip to content

Commit df3532f

Browse files
committed
Use plain css
Do not use postcss to process sass as the css file is relatively simple and can be managed manually for now.
1 parent 4a00ac7 commit df3532f

12 files changed

Lines changed: 772 additions & 1156 deletions

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
submodules: recursive
23-
- name: build css
24-
run: |
25-
npm install
26-
npm run build
2723
- name: build site
2824
run: make
2925
- name: package site

css/profanity.css

Lines changed: 770 additions & 1 deletion
Large diffs are not rendered by default.

gallery-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
1616
<header>
1717
<h1>
18-
<a href="index.html" style="position:relative;color:black;">
18+
<a href="index.html">
1919
Profani<span class="kern-ty">ty</span>
2020
</a>
2121
</h1>

manual-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration" />
1515
<header>
1616
<h1>
17-
<a href="index.html" style="position:relative;color:black;">
17+
<a href="index.html">
1818
Profani<span class="kern-ty">ty</span>
1919
</a>
2020
</h1>

package.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

postcss.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/scss/_base.scss

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)