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

flystyles

Package Overview
Dependencies
Maintainers
12
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flystyles - npm Package Compare versions

Comparing version 2.20.10-beta-2 to 2.20.10-beta-3

6

docs/_docs/utilities/visibility.md

@@ -8,4 +8,3 @@ ---

Visibility classes let you show or hide elements based on screen size or device orientation.
You can use it from a breakpoint, or up to a breakpoint, for example:
Visibility classes let you show or hide elements. You can use it from a breakpoint, or up to a breakpoint if you need to hide it based on screen size or device orientation, for example:
`fromSmall-hidden` or `upToSmall-hidden`.

@@ -15,3 +14,5 @@

You can also use `opacity-0` and `opacity-1` if you want to show or hide an element regardless of the breakpoints.
{% example html %}

@@ -21,2 +22,3 @@ <span class='fromMedium-hidden'>Hidden on medium up</span>

<span class='fromLarge-hidden'>Hidden on large up</span>
<span class='opacity-1'>Always shown, change it to 0 to hide it</span>
{% endexample %}
{
"name": "flystyles",
"version": "2.20.10-beta-2",
"version": "2.20.10-beta-3",
"description": "Flywire UI Framework",

@@ -5,0 +5,0 @@ "author": "Javier Arques <javier.arques@flywire.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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