Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Dec 2, 2021
1 parent dbe7ed7 commit ae05117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/css/CssParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class LocConverter {
const CSS_MODE_TOP_LEVEL = 0;
const CSS_MODE_IN_RULE = 1;
const CSS_MODE_AT_IMPORT_EXPECT_URL = 2;
// TODO implement layer and supports for @import
const CSS_MODE_AT_IMPORT_EXPECT_SUPPORTS = 3;
const CSS_MODE_AT_IMPORT_EXPECT_MEDIA = 4;
const CSS_MODE_AT_OTHER = 5;
Expand Down

0 comments on commit ae05117

Please sign in to comment.