57 Commits

Author SHA1 Message Date
Susam Pal
ebb519784e Remove BMC link 2023-06-24 15:06:44 +01:00
Susam Pal
7e05512d95 Set version to 0.9.0 0.9.0 2022-11-06 10:51:35 +00:00
Susam Pal
723a728c25 Update screenshots to show new code color scheme 2022-11-06 10:29:58 +00:00
Susam Pal
1f505489a1 Rephrase description of output example 2022-11-06 10:18:27 +00:00
Susam Pal
d506432394 Use green and amber to color code and output 2022-11-06 10:02:40 +00:00
Susam Pal
cec3a69163 Update release checklist 2022-01-21 00:29:26 +05:30
Susam Pal
569683491f Update screenshots to that of version 0.8.0 0.8.0 2021-09-11 11:14:34 +05:30
Susam Pal
640039cb02 Set version to 0.8.0 2021-09-11 10:43:39 +05:30
Susam Pal
54f1f6d2b4 Set background for dark color theme to #111 2021-09-11 10:38:04 +05:30
Susam Pal
7988e4d738 Increase top margin of heading elements to 1.25em 2021-09-11 10:36:10 +05:30
Susam Pal
7145fe3490 Add jsDelivr badge to README 2021-04-20 16:17:55 +05:30
Susam Pal
11d89b6afa Update screenshots to that of the latest release 2021-04-20 16:13:20 +05:30
Susam Pal
f8f8e9df92 Set version to 0.7.0 0.7.0 2021-04-20 15:55:33 +05:30
Susam Pal
3dfad23d76 Make link color scheme closer to browser defaults 2021-04-20 15:48:13 +05:30
Susam Pal
01ec5d8132 Use HTTPS URLs for GitHub links in package.json 2021-04-15 11:42:02 +05:30
Susam Pal
d132ad8c9b Use demo screenshots of equal width 2021-01-20 12:30:42 +05:30
Kurt Jung
322691ba0a Correct typo in viewport meta tag
s/intial/initial/
2021-01-19 17:01:51 -05:00
Susam Pal
cf7b097108 Update screenshots to that of the latest release 2021-01-06 21:56:23 +05:30
Susam Pal
b110bbbf53 Set version to 0.6.0 0.6.0 2021-01-06 14:44:10 +05:30
Susam Pal
3d11916876 Remove superfluous word "add" from changelog 2021-01-06 14:34:45 +05:30
Susam Pal
f23895e4b9 Use unitless line-height for heading elements
Prior to this fix, the line-height of heading elements is set to 1.2em.
This leads to an issue when the font-size of heading anchor element is
reduced as shown in the following example:

    <!DOCTYPE html>
    <html lang="en">
    <head>
      <title>Test</title>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, intial-scale=1">
      <link rel="stylesheet" href="sp.css">
      <style>
        h2 {background: lightblue}
        div {background: orange; display: inline-block}
        p {background: lightgreen}
        .b a:empty {font-size: small}
      </style>
    </head>
    <body>
      <div class="a"><h2>Foo<a href="#"></a></h2><p>Bar</p></div>
      <div class="b"><h2>Foo<a href="#"></a></h2><p>Bar</p></div>
    </body>
    </html>

The smaller font-size for the anchor element within class "b" leads to a
larger overall size for the heading element as explained at
<https://stackoverflow.com/a/21575694>. Set the line-height of heading
elements to the unitless number 1.2 to resolve this issue.
2020-12-31 21:21:24 +05:30
Susam Pal
ff15568888 Add light borders for table cells 2020-12-29 17:28:29 +05:30
Susam Pal
1f5af7fa48 Update screenshots as per the most recent README 2020-12-10 12:19:02 +05:30
Susam Pal
392ad6ecca Fix typo in the Code Block section 2020-12-10 12:14:02 +05:30
Susam Pal
c66959997a Move Heading Anchor section down 2020-12-10 11:52:40 +05:30
Susam Pal
eb069c820f Update links to screenshots 2020-12-10 00:38:57 +05:30
Susam Pal
235e5548e7 Describe features in more detail 2020-12-10 00:19:45 +05:30
Susam Pal
9db9513bab Do not reduce code font size artificially 2020-12-10 00:13:17 +05:30
Susam Pal
133547da2d Add support for heading anchor links 2020-12-10 00:13:00 +05:30
Susam Pal
fd608a325e Set version to 0.5.0 0.5.0 2020-12-07 17:03:09 +05:30
thewavelength
ff0f98ded7 Rename script- to link-tag 2020-12-07 01:08:10 +01:00
Susam Pal
c37c03e36c Set version to 0.5.0-dev 2020-12-06 19:58:29 +05:30
Susam Pal
0341cc148a Use Twitter follow URL 2020-12-06 19:57:20 +05:30
Susam Pal
d3c121d692 Add demo screenshots 2020-12-06 18:50:01 +05:30
Susam Pal
a8af0de6d5 Turn the words "demo page" into a hyperlink 2020-12-06 18:38:22 +05:30
Susam Pal
30aa912966 Use :hover/:active style for :focus too 2020-12-06 18:16:39 +05:30
Susam Pal
af0edcf508 Fix ID of blockquote section heading 2020-12-06 16:16:45 +05:30
Susam Pal
d1de9963f3 Remove spurious trailing whitespace 2020-12-06 15:40:55 +05:30
Susam Pal
626087cd11 Set version to 0.4.0 0.4.0 2020-12-06 14:37:40 +05:30
Susam Pal
bf90ecc788 Add support for dark color theme 2020-12-06 14:35:52 +05:30
Susam Pal
3760b38bf5 Add note to show demo link conspicuously 2020-12-06 13:34:14 +05:30
Susam Pal
7c9dd3c8e5 Tell Linguist that index.html is documentation 2020-12-01 09:31:17 +05:30
Susam Pal
94d0b9a368 Add funding 2020-11-30 23:13:50 +05:30
Susam Pal
ca085fe31d Set version to 0.3.0 0.3.0 2020-11-30 19:44:23 +05:30
Susam Pal
93b1253798 Add left and right padding for body 2020-11-30 19:40:14 +05:30
Susam Pal
f6ed07540f Fix typo: s/to see/for/ 2020-11-30 12:48:21 +05:30
Susam Pal
9f9f172b51 Encourage customization 2020-11-30 12:43:14 +05:30
Susam Pal
ee2f758352 Add code block example with ruler 2020-11-30 12:14:43 +05:30
Susam Pal
cbcf75da0d Add "Why SPCSS?" and "Features" sections 2020-11-30 12:14:22 +05:30
Susam Pal
bad5202187 Use simpler CDN URLs 2020-11-30 11:29:26 +05:30