Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@levecap/style

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@levecap/style - npm Package Compare versions

Comparing version
1.0.64
to
1.0.65
+21
-5
global/_appearance.scss

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

/* CLICK */
.click {

@@ -5,7 +6,3 @@ cursor: pointer;

.looping {
transition: all 0.3s ease;
animation: loop 1.3s linear infinite;
}
/* OFFLINE */
.offline {

@@ -17,2 +14,21 @@ pointer-events: none;

/* WORD WRAP */
@mixin word-wrap() {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.word-wrap {
@include word-wrap();
}
/* LOOPING */
.looping {
transition: all 0.3s ease;
animation: loop 1.3s linear infinite;
}
@keyframes loop {

@@ -19,0 +35,0 @@ 0% {

+1
-1
{
"name": "@levecap/style",
"version": "1.0.64",
"version": "1.0.65",
"dependencies": {

@@ -5,0 +5,0 @@ "@customjs/nunito": "^1.0.10"