@intergrav/dev.css 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dev.css +5 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -37,5 +37,5 @@ I also recommend adding a font through [intergrav/fonts](https://github.com/inte
37
37
 
38
38
  You can also use custom colors and custom fonts in dev.css through themes. See the `/theme` folder to view some premade ones. You can also copy the `boilerplate.css` and make a theme yourself. Simply apply it after the dev.css stylesheet. For example, to apply the terminal theme, put this after your main stylesheet:
39
39
  ```html
40
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1/theme/terminal.min.css">
40
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2/theme/terminal.min.css">
41
41
  ```
package/dev.css CHANGED
@@ -179,6 +179,11 @@ blockquote {
179
179
  border-radius: 4px;
180
180
  }
181
181
 
182
+ blockquote *:last-child {
183
+ padding-bottom: 0;
184
+ margin-bottom: 0;
185
+ }
186
+
182
187
  @media (max-width: 1424px) {
183
188
  header {
184
189
  background: var(--dc-bg-2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
5
  "main": "dev.css",
6
6
  "repository": {