Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@financial-times/o-normalise

Package Overview
Dependencies
Maintainers
18
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-normalise - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc