@anyblades/pico 2.2.0-alpha.6 → 2.2.0-alpha.7
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 +2 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -95,13 +95,14 @@ Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@
|
|
|
95
95
|
### Install with NPM
|
|
96
96
|
|
|
97
97
|
```sh
|
|
98
|
-
npm install @anyblades/pico@alpha
|
|
98
|
+
npm install @anyblades/pico@alpha @anyblades/blades@alpha
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
Then, import Pico+*Bl*ades into your CSS:
|
|
102
102
|
|
|
103
103
|
```css
|
|
104
104
|
@import "@anyblades/pico";
|
|
105
|
+
@import "@anyblades/blades";
|
|
105
106
|
```
|
|
106
107
|
|
|
107
108
|
### Starter HTML template <!-- from index.html -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anyblades/pico",
|
|
3
|
-
"version": "2.2.0-alpha.
|
|
3
|
+
"version": "2.2.0-alpha.7",
|
|
4
4
|
"description": "Minimal CSS Framework for semantic HTML",
|
|
5
5
|
"author": "Lucas Larroche",
|
|
6
6
|
"contributors": [
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
],
|
|
9
9
|
"style": "css/pico.min.css",
|
|
10
10
|
"exports": {
|
|
11
|
-
".": "./src/pico.
|
|
12
|
-
"./core": "./src/pico.css"
|
|
11
|
+
".": "./src/pico.css"
|
|
13
12
|
},
|
|
14
13
|
"homepage": "https://picocss.com",
|
|
15
14
|
"license": "MIT",
|