@financial-times/o-normalise
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -28,3 +28,3 @@ { | ||
"name": "@financial-times/o-normalise", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Foundation styles and standardised utilities", | ||
@@ -31,0 +31,0 @@ "dependencies": { |
@@ -15,3 +15,3 @@ o-normalise [![Circle CI](https://circleci.com/gh/Financial-Times/o-normalise/tree/master.svg?style=svg)](https://circleci.com/gh/Financial-Times/o-normalise/tree/master) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence) | ||
To output all `o-normalise` styles call the mixin `oNormalise`: | ||
To output all default `o-normalise` styles call the mixin `oNormalise`: | ||
@@ -27,3 +27,3 @@ ```scss | ||
'elements': ('forms', 'images', 'text', 'links'), | ||
'body': ('font-smoothing', 'box-sizing', 'focus', 'reduce-motion') | ||
'body': ('font-smoothing', 'focus', 'reduce-motion') | ||
)); | ||
@@ -37,3 +37,3 @@ ``` | ||
| elements | Element types to apply normalising styles to. | 'forms', 'images', 'text', 'links' | | ||
| body | Features which apply to `html`, `body`, `main` elements and all elements with a `:focus` state. | 'font-smoothing', 'box-sizing', 'focus' | | ||
| body | Features which apply to `html`, `body`, `main` elements and all elements with a `:focus` state. | 'font-smoothing', 'focus' | | ||
| helpers | Classes which may be applied to elements manually. | 'clearfix', 'visually-hidden' | | ||
@@ -40,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
23929