@stackoverflow/stacks 0.72.0 → 0.73.0
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 +1 -1
- package/dist/css/stacks.css +731 -551
- package/dist/css/stacks.min.css +1 -1
- package/dist/js/stacks.js +122 -96
- package/dist/js/stacks.min.js +1 -1
- package/lib/css/atomic/_stacks-flex.less +2 -7
- package/lib/css/atomic/_stacks-grid.less +1 -0
- package/lib/css/atomic/_stacks-typography.less +22 -7
- package/lib/css/base/_stacks-configuration-dynamic.less +4 -14
- package/lib/css/components/_stacks-badges.less +1 -0
- package/lib/css/components/_stacks-inputs.less +5 -0
- package/lib/css/components/_stacks-popovers.less +4 -0
- package/lib/css/components/_stacks-post-summary.less +76 -2
- package/lib/css/components/_stacks-progress-bars.less +18 -3
- package/lib/css/components/_stacks-tags.less +4 -19
- package/lib/css/exports/_stacks-constants-colors.less +8 -0
- package/lib/css/exports/_stacks-constants-helpers.less +1 -0
- package/package.json +10 -7
package/README.md
CHANGED
|
@@ -44,4 +44,4 @@ Have a bug or feature request? First search existing or closed issues to make su
|
|
|
44
44
|
If you’d like to contribute to Stacks, please read through our [contribution guidelines](/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
45
45
|
|
|
46
46
|
## License
|
|
47
|
-
Code and documentation copyright 2017-
|
|
47
|
+
Code and documentation copyright 2017-2022 Stack Exchange, Inc and released under the [MIT License](/LICENSE.MD).
|