fix(core): update
This commit is contained in:
		| @@ -15,6 +15,8 @@ tools to simplify complex css structures | |||||||
| [](https://nodejs.org/dist/latest-v10.x/docs/api/) | [](https://nodejs.org/dist/latest-v10.x/docs/api/) | ||||||
| [](https://nodejs.org/dist/latest-v10.x/docs/api/) | [](https://nodejs.org/dist/latest-v10.x/docs/api/) | ||||||
| [](https://prettier.io/) | [](https://prettier.io/) | ||||||
|  | [](https://prettier.io/) | ||||||
|  |  | ||||||
|  |  | ||||||
| ## Usage | ## Usage | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ import { DomTools } from './domtools.classes.domtools'; | |||||||
| export const desktop = 1240; | export const desktop = 1240; | ||||||
| export const tablet = 700; | export const tablet = 700; | ||||||
| export const phablet = 500; | export const phablet = 500; | ||||||
| export const phone = 340; | export const phone = 400; | ||||||
|  |  | ||||||
| export type TViewport = 'native' | 'desktop' | 'tablet' | 'phablet' | 'phone'; | export type TViewport = 'native' | 'desktop' | 'tablet' | 'phablet' | 'phone'; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user