@softwarity/rail-nav 1.0.14 → 1.0.15
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/_rail-nav-theme.scss +1 -1
- package/package.json +1 -1
- package/_index.scss +0 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ Navigation item with MD3 pill animation.
|
|
|
147
147
|
Use the SCSS mixin to customize colors following the Angular Material pattern:
|
|
148
148
|
|
|
149
149
|
```scss
|
|
150
|
-
@use '@softwarity/rail-nav' as rail-nav;
|
|
150
|
+
@use '@softwarity/rail-nav/rail-nav-theme' as rail-nav;
|
|
151
151
|
|
|
152
152
|
:root {
|
|
153
153
|
@include rail-nav.overrides((
|
|
@@ -215,7 +215,7 @@ Use the CSS `light-dark()` function to define colors that automatically adapt to
|
|
|
215
215
|
### With SCSS mixin
|
|
216
216
|
|
|
217
217
|
```scss
|
|
218
|
-
@use '@softwarity/rail-nav' as rail-nav;
|
|
218
|
+
@use '@softwarity/rail-nav/rail-nav-theme' as rail-nav;
|
|
219
219
|
|
|
220
220
|
:root {
|
|
221
221
|
@include rail-nav.overrides((
|
package/_rail-nav-theme.scss
CHANGED
package/package.json
CHANGED
package/_index.scss
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@forward 'rail-nav-theme';
|