blob: 1386b9c59cd0631ab7a226ce2a301765a95c4235 [file] [log] [blame]
package org.eclipse.wst.css.core.text;
/**
* This interface is not intended to be implemented. It defines the
* partitioning for CSS and all its partitions. Clients should reference the
* partition type Strings defined here directly.
*
* @since 1.1
*/
public interface ICSSPartitions {
String STYLE = "org.eclipse.wst.css.STYLE"; //$NON-NLS-1$
}