Socket
Socket
Sign inDemoInstall

tachyons-border-radius

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tachyons-border-radius - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

2

package.json
{
"name": "tachyons-border-radius",
"description": "Border radius CSS module for Tachyons",
"version": "4.0.1",
"version": "4.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "mrmrs",

@@ -1,2 +0,2 @@

# tachyons-border-radius 3.1.0
# tachyons-border-radius 4.0.1

@@ -7,3 +7,3 @@ Border radius CSS module for Tachyons

363 | 24 | 24
421 | 32 | 40
---|---|---

@@ -68,3 +68,3 @@ bytes | selectors | declarations

Modifiers:
n = none
0 = 0/none
1 = 1st step in scale

@@ -74,6 +74,5 @@ 2 = 2nd step in scale

4 = 4th step in scale
5 = 5th step in scale
circ = circle
-100 = 100%
Media Query Extensions:

@@ -91,2 +90,4 @@ -ns = not-small

.br-100 { border-radius: 100%; }
.br--bottom { border-radius-top-left: 0; border-radius-top-right: 0; }
.br--top { border-radius-bottom-left: 0; border-radius-bottom-right: 0; }
@media screen and (min-width: 48em) {

@@ -99,2 +100,4 @@ .br0-ns { border-radius: 0; }

.br-100-ns { border-radius: 100%; }
.br--bottom-ns { border-radius-top-left: 0; border-radius-top-right: 0; }
.br--top-ns { border-radius-bottom-left: 0; border-radius-bottom-right: 0; }
}

@@ -108,2 +111,4 @@ @media screen and (min-width: 48em) and (max-width: 64em) {

.br-100-m { border-radius: 100%; }
.br--bottom-m { border-radius-top-left: 0; border-radius-top-right: 0; }
.br--top-m { border-radius-bottom-left: 0; border-radius-bottom-right: 0; }
}

@@ -117,2 +122,4 @@ @media screen and (min-width: 64em) {

.br-100-l { border-radius: 100%; }
.br--bottom-l { border-radius-top-left: 0; border-radius-top-right: 0; }
.br--top-l { border-radius-bottom-left: 0; border-radius-bottom-right: 0; }
}

@@ -119,0 +126,0 @@ ```

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