diff --git a/glossing.min.css b/glossing.min.css new file mode 100644 index 0000000..a6b4df8 --- /dev/null +++ b/glossing.min.css @@ -0,0 +1 @@ +@charset "UTF-8";.glossing .abbr,.glossing caption,.glossing strong,.glossing table,.glossing tbody,.glossing td,.glossing th,.glossing thead,.glossing tr{font-style:normal;font-weight:400;font-variant:none;font-size:1em}.glossing{white-space:nowrap}.glossing .original p{margin:0;padding:.1em .4em;text-indent:0}.glossing .abbr,.glossing strong{text-decoration:none;background:0 0;font-variant:small-caps}.glossing caption,.glossing table,.glossing tbody,.glossing td,.glossing th,.glossing thead,.glossing tr{margin:0;border:0;background:0 0;text-align:left}.glossing tr:first-child{font-style:italic}.glossing.no-italic tr:first-child{font-style:normal}.glossing tr:nth-child(2){font-size:.9em}.glossing caption,.glossing td{padding:.1em .4em}.glossing caption{caption-side:bottom;white-space:nowrap;overflow:visible}.glossing.s-quotes caption::before{content:"‘"}.glossing.s-quotes caption::after{content:"’"}.glossing.d-quotes caption::before{content:"“"}.glossing.d-quotes caption::after{content:"”"} \ No newline at end of file diff --git a/justfile b/justfile new file mode 100644 index 0000000..fb7180a --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +default: + sass glossing.scss | cleancss -O2 > glossing.min.css