Skip to content

Commit

Permalink
Fix the css file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 4, 2024
1 parent c2c166c commit 0e7c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exec sbcl \
(loop for entry across (with-open-file (stream file)
(shasht:read-json stream))
unless (string= "alphabet" (gethash "category" entry))
do (format stream "~&.pf-~a::after{content:'\\u~x';}~%"
do (format stream "~&.pf-~a:before{content:\"\\~x\"}~%"
(css-safe-name (gethash "name" entry))
(gethash "codepoint" entry)))))

Expand Down

0 comments on commit 0e7c2be

Please sign in to comment.