body {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25);
width: calc(500px - 400px / 2px);
}
/* Tipwek;l./gme,w*/
.color {
color: rgba(1, 1, 1, .2);/* Tipwek;l./gme,w*//* Tipwek;l./gme,w*/
}
@keyframes spineruojlgrnekjgrnem {
0% {/* Tipwek;l./gme,w*/
transform: translate(-50%, -18px);
color: rgba(255, 255, 25);
}
100% {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25);
}
}
html {
animation-name: spineruojlgrnekjgrnem;
animation-duration: 2s;
animation-delay: 2s;
animation-play-state: paused;
animation-iteration-count: infinite;
}
@media screen and (min-width: 167px) {
html {
font-size: 568px;/* Tipwek;l./gme,w*//* Tipwek;l./gme,w*//* Tipwek;l./gme,w*//* Tipwek;l./gme,w*//* Tipwek;l./gme,w*/
color: red;
}
}
@media screen and (min-width: 167px) {
html {
background-color: lime;
}
}
/* Tipwek;l./gme,w*/
/* Tipwek;l./gme,w*/
/* Tipwek;l./gme,w*/
/* Tipwek;l./gme,w*/
/* Tipwek;l./gme,w*/
body {
background-image: url(http://hello.com/hello.png);
background-repeat: no-repeat;
background-position: center top;
margin-top: 50px;
margin-left: 20px;
margin-bottom: 70px;
margin-right: 40px;
padding: 300px 20px 300px 20px;
}
/* Tipwek;l./gme,w*/
body {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25);
width: calc(500px - 400px / 2px);
background-image: url(http://hello.com/hello.png);
background-repeat: no-repeat;
background-position: center top;
padding: 300px 20px;
margin: 50px 40px 70px 20px
}
.color {
color: rgba(1, 1, 1, .2)
}
@keyframes spineruojlgrnekjgrnem {
0%,
100% {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25)
}
}
html {
animation-name: spineruojlgrnekjgrnem;
animation-duration: 2s;
animation-delay: 2s;
animation-play-state: paused;
animation-iteration-count: infinite
}
@media screen and (min-width:167px) {
html {
font-size: 568px;
color: red;
background-color: #0f0
}
}
body {
transform: translate(-50%, -18px);
color: #ffff19
}
.color {
color: rgba(1, 1, 1, .2)
}
@keyframes spineruojlgrnekjgrnem {
0% {
transform: translate(-50%, -18px);
color: #ffff19
}
to {
transform: translate(-50%, -18px);
color: #ffff19
}
}
html {
animation-name: spineruojlgrnekjgrnem;
animation-duration: 2s;
animation-delay: 2s;
animation-play-state: paused;
animation-iteration-count: infinite
}
@media screen and (min-width:167px) {
html {
font-size: 568px;
color: red;
background-color: #0f0
}
}
body {
background-image: url(http://hello.com/hello.png);
background-repeat: no-repeat;
background-position: top;
margin: 50px 40px 70px 20px;
padding: 300px 20px
}
@keyframes spineruojlgrnekjgrnem {
0%,
to {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25)
}
}
body {
transform: translate(-50%, -18px);
color: rgba(255, 255, 25);
width: calc(500px - 400px/2px);
background-image: url(http://hello.com/hello.png);
background-repeat: no-repeat;
background-position: center top;
margin: 50px 40px 70px 20px;
padding: 300px 20px
}
.color {
color: rgba(1, 1, 1, .2)
}
html {
animation-name: spineruojlgrnekjgrnem;
animation-duration: 2s;
animation-delay: 2s;
animation-play-state: paused;
animation-iteration-count: infinite
}
@media screen and (min-width:167px) {
html {
font-size: 568px;
color: red;
background-color: #0f0
}
}
const
gulp = require('gulp'),
cssnano = require('cssnano'),
autoprefixer = require('autoprefixer'),
postcss = require('gulp-postcss'),
less = require('gulp-less');
gulp.task('less', () => {
return gulp.src('src/less/**/*.less')
.pipe(less())
.pipe(postcss([autoprefixer(), cssnano()]))
.pipe(gulp.dest('src/css'))
});