(name: string)
| 847 | } |
| 848 | |
| 849 | function layerName(name: string) { |
| 850 | // All of our layers should be sub-layers of a single parent layer, so that |
| 851 | // the unsafe overrides layer always comes after. |
| 852 | return `_.${name}`; |
| 853 | } |
| 854 | |
| 855 | interface Rule { |
| 856 | addPseudo(prelude: string): void; |