@new-ui/foundations 0.3.3 → 0.3.5
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 -2
- package/dist/index.css +1 -1862
- package/dist/index.css.map +1 -1
- package/package.json +16 -17
- package/src/index.scss +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
#### What is New UI?
|
|
4
4
|
|
|
5
|
-
New UI is a modern, semantic UI framework for building beautiful, accessible websites and apps. It gives you all the core design foundations you need—colors, typography, spacing and sizing, reset, grid and layouts, and layering and elevations. It's designed to grow with you, from your first launch to millions of users. Thoughtfully
|
|
5
|
+
New UI is a modern, semantic UI framework for building beautiful, accessible websites and apps. It gives you all the core design foundations you need—colors, typography, spacing and sizing, reset, grid and layouts, and layering and elevations. It's designed to grow with you, from your first launch to millions of users. Thoughtfully designed for makers and teams who value scalability and function.
|
|
6
6
|
|
|
7
7
|
#### Install
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@ To set up the project, open your terminal and run the following command:
|
|
|
12
12
|
npm i -D @new-ui/foundations
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
<strong>Note:</strong> This command installs all New UI foundation packages, which include reset, colors, effects, spacings, and typography. If you need to install only specific packages, refer to the
|
|
15
|
+
<strong>Note:</strong> This command installs all New UI foundation packages, which include reset, colors, effects, spacings, and typography. If you need to install only specific packages, refer to the New UI docs for instructions.
|
|
16
16
|
|
|
17
17
|
#### Import
|
|
18
18
|
|