Sign In

splotch

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splotch - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
splotch.css

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+2
-2

@@ -26,3 +26,3 @@ var gulp = require('gulp');

}))
.pipe(gulp.dest('./dist/css/'))
.pipe(gulp.dest('./'))
.pipe(minifyCss({

@@ -32,3 +32,3 @@ keepSpecialComments: 0

.pipe(rename({ extname: '.min.css' }))
.pipe(gulp.dest('./dist/css/'))
.pipe(gulp.dest('./'))
.on('end', done);

@@ -35,0 +35,0 @@ });

{
"name": "splotch",
"version": "1.0.2",
"version": "1.0.3",
"description": "Deside on a color scheme",

@@ -5,0 +5,0 @@ "scripts": {},

@@ -11,3 +11,3 @@ #Splotch

```html
<link rel="stylesheet" type="text/css" href="css/splotch.min.css">
<link rel="stylesheet" type="text/css" href="./node_modules/splotch/splotch.min.css">
```

@@ -14,0 +14,0 @@ 2. To use on the whole page

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="dist/css/splotch.min.css">
</head>
<body class="" style="display:inline-block">
<section>
<div class="sensus-1">
<h1 class="" style="display:inline-block">h1__</h1>
<h2 class="" style="display:inline-block">h2__</h2>
<h3 class="" style="display:inline-block">h3__</h3>
<h4 class="" style="display:inline-block">h4__</h4>
<h5 class="" style="display:inline-block">h5__</h5>
<h6 class="" style="display:inline-block">h6</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. </p>
<a href="#">Chequedo taco bell</a>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ol>
<li>one</li>
<li>two</li>
</ol>
</div>
<div class="sensus-2">
<h1 class="" style="display:inline-block">h1__</h1>
<h2 class="" style="display:inline-block">h2__</h2>
<h3 class="" style="display:inline-block">h3__</h3>
<h4 class="" style="display:inline-block">h4__</h4>
<h5 class="" style="display:inline-block">h5__</h5>
<h6 class="" style="display:inline-block">h6</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="#">Chequedo taco bell</a>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ol>
<li>one</li>
<li>two</li>
</ol>
</div>
<div class="sensus-3">
<h1 class="" style="display:inline-block">h1__</h1>
<h2 class="" style="display:inline-block">h2__</h2>
<h3 class="" style="display:inline-block">h3__</h3>
<h4 class="" style="display:inline-block">h4__</h4>
<h5 class="" style="display:inline-block">h5__</h5>
<h6 class="" style="display:inline-block">h6</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="#">Chequedo taco bell</a>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ol>
<li>one</li>
<li>two</li>
</ol>
</div>
<div class="sensus-4">
<h1 class="" style="display:inline-block">h1__</h1>
<h2 class="" style="display:inline-block">h2__</h2>
<h3 class="" style="display:inline-block">h3__</h3>
<h4 class="" style="display:inline-block">h4__</h4>
<h5 class="" style="display:inline-block">h5__</h5>
<h6 class="" style="display:inline-block">h6</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="#">Chequedo taco bell</a>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ol>
<li>one</li>
<li>two</li>
</ol>
</div>
</section>
<script type="text/javascript"></script>
</body>
</html>

Sorry, the diff of this file is not supported yet