@swisspost/design-system-styles 10.0.0 → 10.0.1
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/basics.css +1 -1
- package/cargo-compact.css +1 -1
- package/cargo-default.css +1 -1
- package/components/button.css +1 -1
- package/components/button.scss +5 -1
- package/components/form-input.css +1 -1
- package/components/form-input.scss +4 -0
- package/components/header/_custom-properties.scss +1 -1
- package/components/header/_placeholders.scss +2 -2
- package/components/header/_user-menu.scss +1 -0
- package/components/header/index.css +1 -1
- package/components/tabs/_tab-title.scss +3 -2
- package/components/tabs/index.css +1 -1
- package/components/toast.css +1 -1
- package/elements/anchor.css +1 -1
- package/elements/anchor.scss +9 -0
- package/mixins/_button.scss +0 -5
- package/package.json +3 -3
- package/post-compact.css +1 -1
- package/post-default.css +1 -1
- package/tokens/temp/_appearance.scss +1 -1
- package/tokens/temp/_components.scss +1 -1
- package/tokens/temp/_core.scss +1 -1
- package/tokens/temp/_device.scss +1 -1
- package/tokens/temp/_elements.scss +1 -1
- package/tokens/temp/_helpers.scss +1 -1
- package/tokens/temp/_index.scss +1 -1
- package/tokens/temp/_palette.scss +1 -1
- package/tokens/temp/_scheme.scss +1 -1
- package/tokens/temp/_schemestatic.scss +1 -1
- package/tokens/temp/_theme.scss +1 -1
- package/tokens/temp/_utilities-formatted.scss +1 -1
- package/tokens/temp/_utilities.scss +1 -1
- package/utilities/_env-variables.scss +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,8 @@ Styles for the Swiss Post web platform.
|
|
|
14
14
|
<br>
|
|
15
15
|
<details>
|
|
16
16
|
<summary>Prerequisites</summary>
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
|
|
18
|
+
In order to be able to use `npm` commands, [node.js](https://nodejs.org/en/) needs to be installed on your machine.
|
|
19
19
|
|
|
20
20
|
The `scss` files in our styling package make use of the latest features of Sass. If you are planning to compile the .scss files in your project, be sure to use an up to date version of the latest Sass implementation ([dart-sass](https://sass-lang.com/dart-sass), `npm i sass@latest`). LibSass or Ruby Sass are not supported. If you can not meet this prerequisite, you can still use the precompiled CSS files included in the styling package.
|
|
21
21
|
|