Minor FrontHero changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const breakpointsNumber = {
|
||||
mobile: 800
|
||||
}
|
||||
|
||||
const breakpoints = {};
|
||||
|
||||
Object.keys(breakpointsNumber).forEach((key) => {
|
||||
breakpoints[key] = `${breakpointsNumber[key] }px`
|
||||
});
|
||||
|
||||
export default breakpoints;
|
||||
Reference in New Issue
Block a user