@anyblades/blades 2.3.1 → 2.3.3

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 +18 -14
  2. package/blades.gemspec +4 -4
  3. package/package.json +26 -18
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 🥷 *Bl*ades  ![](https://img.shields.io/github/v/release/anyblades/blades?label=&color=darkslategray)
1
+ # 🥷 *Bl*ades &nbsp;<img src='https://img.shields.io/npm/v/@anyblades/blades?label=&color=white'>
2
2
 
3
3
  <!--section:summary-->
4
4
 
@@ -44,10 +44,9 @@ npm install @anyblades/pico # or other CSS framework
44
44
  npm install @anyblades/blades
45
45
  ```
46
46
 
47
- Then, import [Pico] and *Bl*ades into your CSS:
47
+ Then, import *Bl*ades into your CSS:
48
48
 
49
49
  ```css
50
- @import "@anyblades/pico"; /* or other CSS framework */
51
50
  @import "@anyblades/blades";
52
51
  ```
53
52
 
@@ -62,7 +61,7 @@ Live example using <i class="fa-brands fa-tailwind-css"></i> Tailwind: https://g
62
61
 
63
62
  ### Standalone version
64
63
 
65
- https://blades.ninja/css/standalone/
64
+ - https://blades.ninja/css/standalone/
66
65
 
67
66
  ### Starter HTML template <!-- from index.html -->
68
67
 
@@ -164,25 +163,30 @@ https://blades.ninja/css/standalone/
164
163
 
165
164
  ---
166
165
 
166
+ ## <sup>Trusted by</sup>
167
+
168
+ - https://github.com/pallets/website 🐍
169
+ - https://github.com/getgrav/grav-theme-quark2 🛸
170
+ - https://www.11ty.dev/docs/starter/#:~:text=blades
171
+ - https://sveltiacms.app/en/docs/start#starter-templates:~:text=anyblades
172
+ - https://github.com/johnheenan/minform#css-and-performance
173
+ - https://github.com/hostfurl/minformhf
174
+
167
175
  <!--section:info-->
168
176
 
169
- ## <sup>Featured by</sup><!--projects,awesome,sites,social/Z-A-->
177
+ ## <sup>Featured by</sup>
170
178
 
171
- - https://github.com/getgrav/grav-theme-quark2 🚀
172
- - [minform](https://github.com/johnheenan/minform#css-and-performance)
173
- - https://github.com/uhub/awesome-css
174
- - [awesome-css-frameworks](https://github.com/gabrielizalo/awesome-css-frameworks-and-ui-libraries/tree/master/Lightweight)
175
- - [awesome-11ty](https://github.com/anyblades/awesome-11ty-buildawesome)
176
- - https://dummy.my/frameworks/
177
- - [sveltiacms.app](https://sveltiacms.app/en/docs/start#starter-templates)
179
+ - [awesome-css _@uhub_](https://github.com/uhub/awesome-css)
180
+ - [awesome-css-frameworks _@gabrielizalo_](https://github.com/gabrielizalo/awesome-css-frameworks-and-ui-libraries/tree/master/Lightweight)
181
+ - [dummy<em>.</em>my/frameworks](https://dummy.my/frameworks/)
178
182
  - [@pauleveritt](https://fosstodon.org/@pauleveritt/116387278969347700)
179
- - [@githubsignals](https://www.youtube.com/shorts/FxtvnBCse8w) + [ ](https://www.instagram.com/reel/DXOSTpajG4f/)<!--{.faded}-->
183
+ - [@githubsignals](https://www.youtube.com/shorts/FxtvnBCse8w) [](https://www.instagram.com/reel/DXOSTpajG4f/)
180
184
 
181
185
  <!--{.markerless .columns}-->
182
186
 
183
187
  ## <sup>Credits</sup>
184
188
 
185
189
  - https://picocss.com/ for [inspiration](//blades.ninja/css/pico/)
186
- - https://11ty.dev/ for [this site generation ↗](https://github.com/anyblades/blades.ninja)
190
+ - https://11ty.dev/ for [site generation ↗](https://github.com/anyblades/blades.ninja)
187
191
 
188
192
  <!--{.markerless}-->
package/blades.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "blades"
5
- spec.version = "2.3.1"
5
+ spec.version = "2.3.3"
6
+
6
7
  spec.authors = ["Anton Staroverov"]
7
-
8
- spec.summary = "Fully compatible and actively maintained successor to Pico CSS."
9
- spec.homepage = "https://github.com/anyblades/blades"
8
+ spec.homepage = "https://blades.ninja/"
10
9
  spec.license = "MIT"
10
+ spec.summary = "Fully compatible and actively maintained successor to Pico CSS."
11
11
 
12
12
  spec.files = Dir.glob("{_includes,css}/**/*")
13
13
  # puts "spec.files: #{spec.files.inspect}"
package/package.json CHANGED
@@ -1,32 +1,20 @@
1
1
  {
2
2
  "name": "@anyblades/blades",
3
- "version": "2.3.1",
4
- "description": "Fully compatible and actively maintained successor to Pico CSS.",
3
+ "version": "2.3.3",
5
4
  "exports": {
6
- ".": "./src/blades.standalone.css",
7
- "./core": "./src/blades.standalone.core.css",
8
- "./theme": "./src/blades.standalone.theme.css",
5
+ ".": "./src/blades.css",
6
+ "./standalone": "./src/blades.standalone.css",
7
+ "./standalone/core": "./src/blades.standalone.core.css",
8
+ "./standalone/theme": "./src/blades.standalone.theme.css",
9
9
  "./float-label": "./src/float-label.css"
10
10
  },
11
+ "=== DEV ONLY": "===",
11
12
  "scripts": {
12
13
  "postcss": "postcss './src/!(_)*.css' --dir ./css/",
13
14
  "build": "npm run postcss -- --no-map",
14
15
  "start": "npm run postcss -- --watch",
15
16
  "prepublishOnly": "npm run build"
16
17
  },
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/anyblades/blades.git"
20
- },
21
- "keywords": [
22
- "css",
23
- "utilities",
24
- "helpers",
25
- "atomic",
26
- "cdn"
27
- ],
28
- "author": "Anton Staroverov",
29
- "license": "MIT",
30
18
  "devDependencies": {
31
19
  "@anyblades/pico": "^2.3.0",
32
20
  "autoprefixer": "^10.5.0",
@@ -36,5 +24,25 @@
36
24
  "postcss-import": "^16.1.1",
37
25
  "postcss-nested": "^7.0.2",
38
26
  "prettier-plugin-jinja-template": "^2.1.0"
27
+ },
28
+ "=== METADATA": "A-Z",
29
+ "author": "Anton Staroverov",
30
+ "description": "Fully compatible and actively maintained successor to Pico CSS.",
31
+ "keywords": [
32
+ "blades",
33
+ "classless",
34
+ "css-framework",
35
+ "css",
36
+ "dark-mode",
37
+ "dark-theme",
38
+ "lightweight",
39
+ "minimal",
40
+ "native-html",
41
+ "semantic"
42
+ ],
43
+ "license": "MIT",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "git+https://github.com/anyblades/blades.git"
39
47
  }
40
48
  }