@anyblades/blades 2.3.1 → 2.3.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.
- package/README.md +18 -14
- package/blades.gemspec +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🥷 *Bl*ades  
|
|
1
|
+
# 🥷 *Bl*ades <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
|
|
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
|
|
177
|
+
## <sup>Featured by</sup>
|
|
170
178
|
|
|
171
|
-
- https://github.com/
|
|
172
|
-
- [
|
|
173
|
-
- https://
|
|
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)
|
|
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 [
|
|
190
|
+
- https://11ty.dev/ for [site generation ↗](https://github.com/anyblades/blades.ninja)
|
|
187
191
|
|
|
188
192
|
<!--{.markerless}-->
|
package/blades.gemspec
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anyblades/blades",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Fully compatible and actively maintained successor to Pico CSS.",
|
|
5
5
|
"exports": {
|
|
6
|
-
".": "./src/blades.
|
|
7
|
-
"./
|
|
8
|
-
"./
|
|
6
|
+
".": "./src/blades.css",
|
|
7
|
+
"./standalone": "./src/blades.standalone.css",
|
|
8
|
+
"./standalone/core": "./src/blades.standalone.core.css",
|
|
9
|
+
"./standalone/theme": "./src/blades.standalone.theme.css",
|
|
9
10
|
"./float-label": "./src/float-label.css"
|
|
10
11
|
},
|
|
11
12
|
"scripts": {
|