@financial-times/o-spacing
Advanced tools
Comparing version 3.2.1 to 3.2.2
# Changelog | ||
### [3.2.2](https://www.github.com/Financial-Times/origami/compare/o-spacing-v3.2.1...o-spacing-v3.2.2) (2022-12-21) | ||
### Bug Fixes | ||
* require 3.3.0 or higher ([fc180c6](https://www.github.com/Financial-Times/origami/commit/fc180c619755daa1b7bfe65509f354cf0de113bf)) | ||
### [3.2.1](https://www.github.com/Financial-Times/origami/compare/o-spacing-v3.2.0...o-spacing-v3.2.1) (2022-01-13) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@financial-times/o-spacing", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Maintain consistent spaces across components and projects in accordance to our baseline grid and design guidelines.", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"@financial-times/o-colors": "^6.4.0", | ||
"@financial-times/o-normalise": "^3.2.0", | ||
"@financial-times/o-normalise": "^3.3.0", | ||
"@financial-times/o-typography": "^7.2.0" | ||
@@ -29,3 +29,5 @@ }, | ||
"test": "bash ../../scripts/component/test.bash", | ||
"lint": "bash ../../scripts/component/lint.bash" | ||
"debug:js": "bash ../../scripts/component/debug-js.bash", | ||
"lint": "bash ../../scripts/component/lint.bash", | ||
"watch": "bash ../../scripts/component/watch.bash" | ||
}, | ||
@@ -32,0 +34,0 @@ "engines": { |
@@ -18,3 +18,3 @@ # o-spacing | ||
For [Build Service](https://www.ft.com/__origami/service/build/v2/) users, `o-spacing` provides [CSS classes](#markup) for vertical space and [CSS Custom Properties (CSS Variables)](#css-custom-properties) for other usecases. For Sass users `o-spacing` also provides a number of [Sass functions and mixins](#sass) for applying space to a project. | ||
For [Build Service](https://www.ft.com/__origami/service/build/) users, `o-spacing` provides [CSS classes](#markup) for vertical space and [CSS Custom Properties (CSS Variables)](#css-custom-properties) for other usecases. For Sass users `o-spacing` also provides a number of [Sass functions and mixins](#sass) for applying space to a project. | ||
@@ -66,3 +66,3 @@ ## Spaces | ||
`o-spacing` outputs a CSS Custom Property (CSS Variable) for each named space. E.g. `--o-spacing-s1`. These may be used to apply spaces in custom CSS if your project [supports](https://caniuse.com/#feat=css-variables) CSS Custom Properties. This is particularly useful for [Build Service](https://www.ft.com/__origami/service/build/v2/) users who do not have access to `o-spacing`'s [Sass](#sass) functions. | ||
`o-spacing` outputs a CSS Custom Property (CSS Variable) for each named space. E.g. `--o-spacing-s1`. These may be used to apply spaces in custom CSS if your project [supports](https://caniuse.com/#feat=css-variables) CSS Custom Properties. This is particularly useful for [Build Service](https://www.ft.com/__origami/service/build/) users who do not have access to `o-spacing`'s [Sass](#sass) functions. | ||
@@ -69,0 +69,0 @@ ```scss |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18931
11