Format JS
This commit is contained in:
Родитель
6598084106
Коммит
14cc9fb08a
|
@ -1,4 +1,4 @@
|
|||
import {CountUp} from "countup.js";
|
||||
import { CountUp } from "countup.js";
|
||||
|
||||
/**
|
||||
* Rendering and animating the numbers that "count up" using countup.js.
|
||||
|
@ -34,8 +34,8 @@ export const initYoutubeRegretsResearchCountUp = () => {
|
|||
return {
|
||||
countUpObj: countUpObj,
|
||||
delay: delay,
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
let observer = new IntersectionObserver(
|
||||
(entries, observer) => {
|
||||
|
@ -60,7 +60,7 @@ export const initYoutubeRegretsResearchCountUp = () => {
|
|||
}
|
||||
});
|
||||
},
|
||||
{rootMargin: "0px 0px -10% 0px"}
|
||||
{ rootMargin: "0px 0px -10% 0px" }
|
||||
);
|
||||
|
||||
stats.forEach((stat) => {
|
||||
|
|
|
@ -32,7 +32,7 @@ module.exports = {
|
|||
},
|
||||
".popout": {
|
||||
"box-shadow": "10px 10px rgba(0,0,0)",
|
||||
"border": "1px solid #000000",
|
||||
border: "1px solid #000000",
|
||||
},
|
||||
};
|
||||
addUtilities(newUtilities);
|
||||
|
@ -87,7 +87,7 @@ module.exports = {
|
|||
medium: "768px",
|
||||
large: "992px",
|
||||
xlarge: "1200px",
|
||||
'2xl': "1400px",
|
||||
"2xl": "1400px",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ["Nunito Sans", "Helvetica", "Arial", "sans-serif"],
|
||||
|
|
Загрузка…
Ссылка в новой задаче