|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
274 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import type { Node } from 'postcss-selector-parser';
|
|---|
| 2 | export type Specificity = {
|
|---|
| 3 | a: number;
|
|---|
| 4 | b: number;
|
|---|
| 5 | c: number;
|
|---|
| 6 | };
|
|---|
| 7 | export declare function compare(s1: Specificity, s2: Specificity): number;
|
|---|
| 8 | export declare function selectorSpecificity(node: Node): Specificity;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.