source: frontend/node_modules/postcss-nesting/dist/lib/walk-func.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 144 bytes
Line 
1import type { Container } from 'postcss';
2export declare type walkFunc = (node: Container, opts: {
3 noIsPseudoSelector: boolean;
4}) => void;
Note: See TracBrowser for help on using the repository browser.