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

loht-true-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loht-true-skeleton - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

2

package.json
{
"name": "loht-true-skeleton",
"version": "2.1.2",
"version": "2.1.3",
"scripts": {

@@ -5,0 +5,0 @@ "ng": "ng",

@@ -15,12 +15,18 @@ # loht true skeleton

</div>
```
It is possible to adjust individual parameters for setting the overlay.
styles.scss:
```scss
$ts-color-primary: rgba(242, 243, 244, 100);
$ts-color-secondary: rgba(220, 222, 225, 100);
$ts-grayscale: 1;
$ts-blur: 2px;
/* You can add global styles to this file, and also import other style files */
$ts-color-primary: red;
$ts-color-secondary: blue;
$ts-grayscale: 0 ;
$ts-blur: 0;
$ts-degree: 100deg;
$ts-background-size: 250%; //depenting on the boxwidth and degree the size must be stretched
$ts-animation-duration: 2.5s;
$ts-animation-duration: 5s;
@import 'node_modules/loht-true-skeleton/src/styles.scss';
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