File size: 401 Bytes
4a288a7
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12

import validateStyle from '../validate_style.min';

/*
 * Validate a style against the latest specification. This method is optimized
 * to keep its bundle size small by refraining from requiring jslint or old
 * style spec versions.
 * @see validateStyleMin
 * @deprecated This file exists for backwards compatibility and will be dropped in the next minor release.
 */
export default validateStyle;