(name: string)
| 841 | } |
| 842 | |
| 843 | function layerName(name: string) { |
| 844 | // All of our layers should be sub-layers of a single parent layer, so that |
| 845 | // the unsafe overrides layer always comes after. |
| 846 | return `_.${name}`; |
| 847 | } |
| 848 | |
| 849 | interface Rule { |
| 850 | addPseudo(prelude: string): void; |