Skip to content

Commit 12adf66

Browse files
committed
feat(testing): fixture tests for bootstrap 3.3.7 parsing
1 parent 794aaf3 commit 12adf66

File tree

5 files changed

+18208
-2
lines changed

5 files changed

+18208
-2
lines changed

ast/node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export interface Rule {
55
text?: string;
66
selectors: string[];
77
declarations: Decl[];
8+
prefix?: string;
89
position?: Position;
910
}
1011

0 commit comments

Comments
 (0)